#334037

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

Shades of Timber Green #334037

Tints of Timber Green #334037

Color information

#334037 (or 0x334037) is unknown color: approx Timber Green. HEX triplet: 33, 40 and 37. RGB value is (51,64,55). Sum of RGB (Red+Green+Blue) = 51+64+55=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #334037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334037 is #CCBFC8. Grayscale: #3B3B3B. Windows color (decimal): -13418441 or 3620915. OLE color: 3620915.

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

Color convert

RGB516455-
CMYK0.2000.140.75
HSL138.46º11.3%22.55%-
HSV(B)138.46º20.31%25.1%-
XYZ3.894.654.31-
YUV59.09125.69122.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=30%
G=37.65%
B=32.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164550.2000.140.75138.4611.322.55
Hex334037140E4B8ab17
Octal6310067240161132121327
Binary11001110000001101111010001110100101110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334037; }

 p { color: rgb(51,64,55); }

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

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

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

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

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

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

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