#314E36

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

Shades of Timber Green #314E36

Tints of Timber Green #314E36

Color information

#314E36 (or 0x314E36) is unknown color: approx Timber Green. HEX triplet: 31, 4E and 36. RGB value is (49,78,54). Sum of RGB (Red+Green+Blue) = 49+78+54=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #314E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E36 is #CEB1C9. Grayscale: #424242. Windows color (decimal): -13545930 or 3558961. OLE color: 3558961.

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

Color convert

RGB497854-
CMYK0.3700.310.69
HSL130.34º22.83%24.9%-
HSV(B)130.34º37.18%30.59%-
XYZ4.666.374.47-
YUV66.59120.89115.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 54 (21.48% from 255) = 29.83%
R=27.07%
G=43.09%
B=29.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978540.3700.310.69130.3422.8324.9
Hex314E362501F45821719
Octal6111666450371052022731
Binary11000110011101101101001010111111000101100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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