#314432

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

Shades of Timber Green #314432

Tints of Timber Green #314432

Color information

#314432 (or 0x314432) is unknown color: approx Timber Green. HEX triplet: 31, 44 and 32. RGB value is (49,68,50). Sum of RGB (Red+Green+Blue) = 49+68+50=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #314432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314432 is #CEBBCD. Grayscale: #3C3C3C. Windows color (decimal): -13548494 or 3294257. OLE color: 3294257.

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

Color convert

RGB496850-
CMYK0.2800.260.73
HSL123.16º16.24%22.94%-
HSV(B)123.16º27.94%26.67%-
XYZ3.915.023.78-
YUV60.27122.21119.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=29.34%
G=40.72%
B=29.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968500.2800.260.73123.1616.2422.94
Hex3144321C01A497b1017
Octal6110462340321111732027
Binary110001100010011001011100011010100100111110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314432; }

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

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

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

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

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

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

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

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