#324534

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

Shades of Timber Green #324534

Tints of Timber Green #324534

Color information

#324534 (or 0x324534) is unknown color: approx Timber Green. HEX triplet: 32, 45 and 34. RGB value is (50,69,52). Sum of RGB (Red+Green+Blue) = 50+69+52=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #324534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324534 is #CDBACB. Grayscale: #3D3D3D. Windows color (decimal): -13482700 or 3425586. OLE color: 3425586.

HSL color Cylindrical-coordinate representation of color #324534: hue angle of 126.32º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #324534 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB506952-
CMYK0.2800.250.73
HSL126.32º15.97%23.33%-
HSV(B)126.32º27.54%27.06%-
XYZ4.065.184.03-
YUV61.38122.71119.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=29.24%
G=40.35%
B=30.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069520.2800.250.73126.3215.9723.33
Hex3245341C019497e1017
Octal6210564340311111762027
Binary110010100010111010011100011001100100111111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324534; }

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

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

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

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

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

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

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

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