#314235

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

Shades of Timber Green #314235

Tints of Timber Green #314235

Color information

#314235 (or 0x314235) is unknown color: approx Timber Green. HEX triplet: 31, 42 and 35. RGB value is (49,66,53). Sum of RGB (Red+Green+Blue) = 49+66+53=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #314235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314235 is #CEBDCA. Grayscale: #3B3B3B. Windows color (decimal): -13549003 or 3490353. OLE color: 3490353.

HSL color Cylindrical-coordinate representation of color #314235: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #314235 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB496653-
CMYK0.2600.200.74
HSL134.12º14.78%22.55%-
HSV(B)134.12º25.76%25.88%-
XYZ3.864.814.09-
YUV59.44124.37120.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=29.17%
G=39.29%
B=31.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4966530.2600.200.74134.1214.7822.55
Hex3142351A0144A86f17
Octal6110265320241122061727
Binary110001100001011010111010010100100101010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314235; }

 p { color: rgb(49,66,53); }

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

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

 a { background-color: rgb(49,66,53); }

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

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

 span { border-color: rgb(49,66,53); }

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