#334033

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

Shades of Timber Green #334033

Tints of Timber Green #334033

Color information

#334033 (or 0x334033) is unknown color: approx Timber Green. HEX triplet: 33, 40 and 33. RGB value is (51,64,51). Sum of RGB (Red+Green+Blue) = 51+64+51=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #334033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334033 is #CCBFCC. Grayscale: #3A3A3A. Windows color (decimal): -13418445 or 3358771. OLE color: 3358771.

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

Color convert

RGB516451-
CMYK0.2000.200.75
HSL120º11.3%22.55%-
HSV(B)120º20.31%25.1%-
XYZ3.84.613.82-
YUV58.63123.69122.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=30.72%
G=38.55%
B=30.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164510.2000.200.7512011.322.55
Hex334033140144B78b17
Octal6310063240241131701327
Binary11001110000001100111010001010010010111111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334033; }

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

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

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

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

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

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

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

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