#314920

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

Shades of Seaweed #314920

Tints of Seaweed #314920

Color information

#314920 (or 0x314920) is unknown color: approx Seaweed. HEX triplet: 31, 49 and 20. RGB value is (49,73,32). Sum of RGB (Red+Green+Blue) = 49+73+32=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #314920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314920 is #CEB6DF. Grayscale: #3D3D3D. Windows color (decimal): -13547232 or 2115889. OLE color: 2115889.

HSL color Cylindrical-coordinate representation of color #314920: hue angle of 95.12º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #314920 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB497332-
CMYK0.3300.560.71
HSL95.12º39.05%20.59%-
HSV(B)95.12º56.16%28.63%-
XYZ3.915.522.23-
YUV61.15111.55119.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=31.82%
G=47.40%
B=20.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973320.3300.560.7195.1239.0520.59
Hex31492021038475f2715
Octal6111140410701071374725
Binary110001100100110000010000101110001000111101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314920; }

 p { color: rgb(49,73,32); }

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

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

 a { background-color: rgb(49,73,32); }

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

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

 span { border-color: rgb(49,73,32); }

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