#314031

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

Shades of Timber Green #314031

Tints of Timber Green #314031

Color information

#314031 (or 0x314031) is unknown color: approx Timber Green. HEX triplet: 31, 40 and 31. RGB value is (49,64,49). Sum of RGB (Red+Green+Blue) = 49+64+49=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #314031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314031 is #CEBFCE. Grayscale: #393939. Windows color (decimal): -13549519 or 3227697. OLE color: 3227697.

HSL color Cylindrical-coordinate representation of color #314031: hue angle of 120º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #314031 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB496449-
CMYK0.2300.230.75
HSL120º13.27%22.16%-
HSV(B)120º23.44%25.1%-
XYZ3.654.543.59-
YUV57.8123.03121.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=30.25%
G=39.51%
B=30.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964490.2300.230.7512013.2722.16
Hex314031170174B78d16
Octal6110061270271131701526
Binary11000110000001100011011101011110010111111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314031; }

 p { color: rgb(49,64,49); }

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

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

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

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

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

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

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