#324034

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

Shades of Timber Green #324034

Tints of Timber Green #324034

Color information

#324034 (or 0x324034) is unknown color: approx Timber Green. HEX triplet: 32, 40 and 34. RGB value is (50,64,52). Sum of RGB (Red+Green+Blue) = 50+64+52=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #324034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324034 is #CDBFCB. Grayscale: #3A3A3A. Windows color (decimal): -13483980 or 3424306. OLE color: 3424306.

HSL color Cylindrical-coordinate representation of color #324034: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #324034 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB506452-
CMYK0.2200.190.75
HSL128.57º12.28%22.35%-
HSV(B)128.57º21.88%25.1%-
XYZ3.774.593.94-
YUV58.45124.36121.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=30.12%
G=38.55%
B=31.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064520.2200.190.75128.5712.2822.35
Hex324034160134B81c16
Octal6210064260231132011426
Binary110010100000011010010110010011100101110000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324034; }

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

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

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

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

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

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

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

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