#324B35

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

Shades of Timber Green #324B35

Tints of Timber Green #324B35

Color information

#324B35 (or 0x324B35) is unknown color: approx Timber Green. HEX triplet: 32, 4B and 35. RGB value is (50,75,53). Sum of RGB (Red+Green+Blue) = 50+75+53=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #324B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B35 is #CDB4CA. Grayscale: #414141. Windows color (decimal): -13481163 or 3492658. OLE color: 3492658.

HSL color Cylindrical-coordinate representation of color #324B35: hue angle of 127.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324B35 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB507553-
CMYK0.3300.290.71
HSL127.2º20%24.51%-
HSV(B)127.2º33.33%29.41%-
XYZ4.475.974.28-
YUV65.02121.22117.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=28.09%
G=42.13%
B=29.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5075530.3300.290.71127.22024.51
Hex324B352101D477f1419
Octal6211365410351071772431
Binary1100101001011110101100001011101100011111111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324B35; }

 p { color: rgb(50,75,53); }

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

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

 a { background-color: rgb(50,75,53); }

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

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

 span { border-color: rgb(50,75,53); }

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