#324234

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

Shades of Timber Green #324234

Tints of Timber Green #324234

Color information

#324234 (or 0x324234) is unknown color: approx Timber Green. HEX triplet: 32, 42 and 34. RGB value is (50,66,52). Sum of RGB (Red+Green+Blue) = 50+66+52=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #324234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324234 is #CDBDCB. Grayscale: #3B3B3B. Windows color (decimal): -13483468 or 3424818. OLE color: 3424818.

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

Color convert

RGB506652-
CMYK0.2400.210.74
HSL127.5º13.79%22.75%-
HSV(B)127.5º24.24%25.88%-
XYZ3.884.823.97-
YUV59.62123.7121.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=29.76%
G=39.29%
B=30.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066520.2400.210.74127.513.7922.75
Hex324234180154A7fe17
Octal6210264300251121771627
Binary11001010000101101001100001010110010101111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324234; }

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

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

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

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

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

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

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

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