#314718

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

Shades of Seaweed #314718

Tints of Seaweed #314718

Color information

#314718 (or 0x314718) is unknown color: approx Seaweed. HEX triplet: 31, 47 and 18. RGB value is (49,71,24). Sum of RGB (Red+Green+Blue) = 49+71+24=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #314718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314718 is #CEB8E7. Grayscale: #3B3B3B. Windows color (decimal): -13547752 or 1591089. OLE color: 1591089.

HSL color Cylindrical-coordinate representation of color #314718: hue angle of 88.09º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314718 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB497124-
CMYK0.3100.660.72
HSL88.09º49.47%18.63%-
HSV(B)88.09º66.2%27.84%-
XYZ3.685.231.68-
YUV59.06108.21120.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=34.03%
G=49.31%
B=16.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971240.3100.660.7288.0949.4718.63
Hex3147181F04248583113
Octal61107303701021101306123
Binary11000110001111100011111010000101001000101100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314718; }

 p { color: rgb(49,71,24); }

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

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

 a { background-color: rgb(49,71,24); }

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

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

 span { border-color: rgb(49,71,24); }

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