#334234

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

Shades of Timber Green #334234

Tints of Timber Green #334234

Color information

#334234 (or 0x334234) is unknown color: approx Timber Green. HEX triplet: 33, 42 and 34. RGB value is (51,66,52). Sum of RGB (Red+Green+Blue) = 51+66+52=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #334234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334234 is #CCBDCB. Grayscale: #3B3B3B. Windows color (decimal): -13417932 or 3424819. OLE color: 3424819.

HSL color Cylindrical-coordinate representation of color #334234: hue angle of 124º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #334234 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB516652-
CMYK0.2300.210.74
HSL124º12.82%22.94%-
HSV(B)124º22.73%25.88%-
XYZ3.934.853.98-
YUV59.92123.53121.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=30.18%
G=39.05%
B=30.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166520.2300.210.7412412.8222.94
Hex334234170154A7cd17
Octal6310264270251121741527
Binary11001110000101101001011101010110010101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334234; }

 p { color: rgb(51,66,52); }

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

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

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

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

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

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

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