#334036

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

Shades of Timber Green #334036

Tints of Timber Green #334036

Color information

#334036 (or 0x334036) is unknown color: approx Timber Green. HEX triplet: 33, 40 and 36. RGB value is (51,64,54). Sum of RGB (Red+Green+Blue) = 51+64+54=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #334036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334036 is #CCBFC9. Grayscale: #3A3A3A. Windows color (decimal): -13418442 or 3555379. OLE color: 3555379.

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

Color convert

RGB516454-
CMYK0.2000.160.75
HSL133.85º11.3%22.55%-
HSV(B)133.85º20.31%25.1%-
XYZ3.864.644.18-
YUV58.97125.19122.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=30.18%
G=37.87%
B=31.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164540.2000.160.75133.8511.322.55
Hex334036140104B86b17
Octal6310066240201132061327
Binary110011100000011011010100010000100101110000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334036; }

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

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

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

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

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

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

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

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