#324535

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

Shades of Timber Green #324535

Tints of Timber Green #324535

Color information

#324535 (or 0x324535) is unknown color: approx Timber Green. HEX triplet: 32, 45 and 35. RGB value is (50,69,53). Sum of RGB (Red+Green+Blue) = 50+69+53=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #324535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324535 is #CDBACA. Grayscale: #3D3D3D. Windows color (decimal): -13482699 or 3491122. OLE color: 3491122.

HSL color Cylindrical-coordinate representation of color #324535: hue angle of 129.47º 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 #324535 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB506953-
CMYK0.2800.230.73
HSL129.47º15.97%23.33%-
HSV(B)129.47º27.54%27.06%-
XYZ4.095.194.15-
YUV61.5123.21119.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=29.07%
G=40.12%
B=30.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069530.2800.230.73129.4715.9723.33
Hex3245351C01749811017
Octal6210565340271112012027
Binary1100101000101110101111000101111001001100000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324535; }

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

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

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

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

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

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

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

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