#314537

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

Shades of Timber Green #314537

Tints of Timber Green #314537

Color information

#314537 (or 0x314537) is unknown color: approx Timber Green. HEX triplet: 31, 45 and 37. RGB value is (49,69,55). Sum of RGB (Red+Green+Blue) = 49+69+55=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #314537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314537 is #CEBAC8. Grayscale: #3D3D3D. Windows color (decimal): -13548233 or 3622193. OLE color: 3622193.

HSL color Cylindrical-coordinate representation of color #314537: hue angle of 138º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #314537 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB496955-
CMYK0.2900.200.73
HSL138º16.95%23.14%-
HSV(B)138º28.99%27.06%-
XYZ4.085.194.4-
YUV61.42124.37119.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=28.32%
G=39.88%
B=31.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969550.2900.200.7313816.9523.14
Hex3145371D014498a1117
Octal6110567350241112122127
Binary1100011000101110111111010101001001001100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314537; }

 p { color: rgb(49,69,55); }

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

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

 a { background-color: rgb(49,69,55); }

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

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

 span { border-color: rgb(49,69,55); }

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