#314C17

Color #314C17 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #314C17

Tints of Seaweed #314C17

Color information

#314C17 (or 0x314C17) is unknown color: approx Seaweed. HEX triplet: 31, 4C and 17. RGB value is (49,76,23). Sum of RGB (Red+Green+Blue) = 49+76+23=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #314C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C17 is #CEB3E8. Grayscale: #3E3E3E. Windows color (decimal): -13546473 or 1526833. OLE color: 1526833.

HSL color Cylindrical-coordinate representation of color #314C17: hue angle of 90.57º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314C17 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB497623-
CMYK0.3600.700.70
HSL90.57º53.54%19.41%-
HSV(B)90.57º69.74%29.8%-
XYZ4.015.881.74-
YUV61.88106.05118.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=33.11%
G=51.35%
B=15.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4976230.3600.700.7090.5753.5419.41
Hex314C1724046465b3613
Octal61114274401061061336623
Binary110001100110010111100100010001101000110101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314C17; }

 p { color: rgb(49,76,23); }

 H1.HeaderClassName
 {
   color: #314C17;
 }
 .AnyTagClassName
 {
   color: #314C17;
 }
</style>
background-color css

<style>
 a { background-color: #314C17; }

 a { background-color: rgb(49,76,23); }

 div.DivClassName
 {
   background-color: #314C17;
 }
 .BgClassName
 {
   background-color: #314C17;
 }
</style>
border-color css

<style>
 span { border-color: #314C17; }

 span { border-color: rgb(49,76,23); }

 td.TdClassName
 {
   border-color: #314C17;
 }
 .TagClassName
 {
   border-color: #314C17;
 }
</style>