#325D20

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

Shades of Green House #325D20

Tints of Green House #325D20

Color information

#325D20 (or 0x325D20) is unknown color: approx Green House. HEX triplet: 32, 5D and 20. RGB value is (50,93,32). Sum of RGB (Red+Green+Blue) = 50+93+32=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #325D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D20 is #CDA2DF. Grayscale: #494949. Windows color (decimal): -13476576 or 2121010. OLE color: 2121010.

HSL color Cylindrical-coordinate representation of color #325D20: hue angle of 102.3º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325D20 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB509332-
CMYK0.4600.660.64
HSL102.3º48.8%24.51%-
HSV(B)102.3º65.59%36.47%-
XYZ5.498.612.74-
YUV73.19104.75111.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 53.14%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=28.57%
G=53.14%
B=18.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093320.4600.660.64102.348.824.51
Hex325D202E04240663119
Octal62135405601021001466131
Binary1100101011101100000101110010000101000000110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325D20; }

 p { color: rgb(50,93,32); }

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

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

 a { background-color: rgb(50,93,32); }

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

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

 span { border-color: rgb(50,93,32); }

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