#314E19

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

Shades of Seaweed #314E19

Tints of Seaweed #314E19

Color information

#314E19 (or 0x314E19) is unknown color: approx Seaweed. HEX triplet: 31, 4E and 19. RGB value is (49,78,25). Sum of RGB (Red+Green+Blue) = 49+78+25=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #314E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314E19 is #CEB1E6. Grayscale: #3F3F3F. Windows color (decimal): -13545959 or 1658417. OLE color: 1658417.

HSL color Cylindrical-coordinate representation of color #314E19: hue angle of 92.83º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314E19 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB497825-
CMYK0.3700.680.69
HSL92.83º51.46%20.2%-
HSV(B)92.83º67.95%30.59%-
XYZ4.176.171.89-
YUV63.29106.39117.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 78 (30.86% from 255) = 51.32%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=32.24%
G=51.32%
B=16.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978250.3700.680.6992.8351.4620.2
Hex314E1925044455d3314
Octal61116314501041051356324
Binary110001100111011001100101010001001000101101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,25); }

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

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

 a { background-color: rgb(49,78,25); }

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

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

 span { border-color: rgb(49,78,25); }

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