#314433

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

Shades of Timber Green #314433

Tints of Timber Green #314433

Color information

#314433 (or 0x314433) is unknown color: approx Timber Green. HEX triplet: 31, 44 and 33. RGB value is (49,68,51). Sum of RGB (Red+Green+Blue) = 49+68+51=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 68 - color contains mainly: green. Hex color #314433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314433 is #CEBBCC. Grayscale: #3C3C3C. Windows color (decimal): -13548493 or 3359793. OLE color: 3359793.

HSL color Cylindrical-coordinate representation of color #314433: hue angle of 126.32º 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 #314433 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB496851-
CMYK0.2800.250.73
HSL126.32º16.24%22.94%-
HSV(B)126.32º27.94%26.67%-
XYZ3.935.033.89-
YUV60.38122.71119.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 68 (26.95% from 255) = 40.48%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=29.17%
G=40.48%
B=30.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968510.2800.250.73126.3216.2422.94
Hex3144331C019497e1017
Octal6110463340311111762027
Binary110001100010011001111100011001100100111111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314433; }

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

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

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

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

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

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

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

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