#334035

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

Shades of Timber Green #334035

Tints of Timber Green #334035

Color information

#334035 (or 0x334035) is unknown color: approx Timber Green. HEX triplet: 33, 40 and 35. RGB value is (51,64,53). Sum of RGB (Red+Green+Blue) = 51+64+53=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #334035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334035 is #CCBFCA. Grayscale: #3A3A3A. Windows color (decimal): -13418443 or 3489843. OLE color: 3489843.

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

Color convert

RGB516453-
CMYK0.2000.170.75
HSL129.23º11.3%22.55%-
HSV(B)129.23º20.31%25.1%-
XYZ3.844.634.06-
YUV58.86124.69122.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=30.36%
G=38.10%
B=31.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164530.2000.170.75129.2311.322.55
Hex334035140114B81b17
Octal6310065240211132011327
Binary110011100000011010110100010001100101110000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334035; }

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

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

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

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

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

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

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

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