#314E13

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

Shades of Seaweed #314E13

Tints of Seaweed #314E13

Color information

#314E13 (or 0x314E13) is unknown color: approx Seaweed. HEX triplet: 31, 4E and 13. RGB value is (49,78,19). Sum of RGB (Red+Green+Blue) = 49+78+19=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #314E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314E13 is #CEB1EC. Grayscale: #3E3E3E. Windows color (decimal): -13545965 or 1265201. OLE color: 1265201.

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

Color convert

RGB497819-
CMYK0.3700.760.69
HSL89.49º60.82%19.02%-
HSV(B)89.49º75.64%30.59%-
XYZ4.116.151.59-
YUV62.6103.39118.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 78 (30.86% from 255) = 53.42%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=33.56%
G=53.42%
B=13.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978190.3700.760.6989.4960.8219.02
Hex314E132504C45593d13
Octal61116234501141051317523
Binary110001100111010011100101010011001000101101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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