#314032

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

Shades of Timber Green #314032

Tints of Timber Green #314032

Color information

#314032 (or 0x314032) is unknown color: approx Timber Green. HEX triplet: 31, 40 and 32. RGB value is (49,64,50). Sum of RGB (Red+Green+Blue) = 49+64+50=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #314032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314032 is #CEBFCD. Grayscale: #393939. Windows color (decimal): -13549518 or 3293233. OLE color: 3293233.

HSL color Cylindrical-coordinate representation of color #314032: hue angle of 124º 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 #314032 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB496450-
CMYK0.2300.220.75
HSL124º13.27%22.16%-
HSV(B)124º23.44%25.1%-
XYZ3.684.553.7-
YUV57.92123.53121.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=30.06%
G=39.26%
B=30.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964500.2300.220.7512413.2722.16
Hex314032170164B7cd16
Octal6110062270261131741526
Binary11000110000001100101011101011010010111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314032; }

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

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

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

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

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

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

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

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