#314E12

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

Shades of Seaweed #314E12

Tints of Seaweed #314E12

Color information

#314E12 (or 0x314E12) is unknown color: approx Seaweed. HEX triplet: 31, 4E and 12. RGB value is (49,78,18). Sum of RGB (Red+Green+Blue) = 49+78+18=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #314E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314E12 is #CEB1ED. Grayscale: #3E3E3E. Windows color (decimal): -13545966 or 1199665. OLE color: 1199665.

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

Color convert

RGB497818-
CMYK0.3700.770.69
HSL89º62.5%18.82%-
HSV(B)89º76.92%30.59%-
XYZ4.16.151.54-
YUV62.49102.89118.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 78 (30.86% from 255) = 53.79%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=33.79%
G=53.79%
B=12.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978180.3700.770.698962.518.82
Hex314E122504D45593e13
Octal61116224501151051317623
Binary110001100111010010100101010011011000101101100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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