#325A28

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

Shades of Green House #325A28

Tints of Green House #325A28

Color information

#325A28 (or 0x325A28) is unknown color: approx Green House. HEX triplet: 32, 5A and 28. RGB value is (50,90,40). Sum of RGB (Red+Green+Blue) = 50+90+40=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #325A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A28 is #CDA5D7. Grayscale: #484848. Windows color (decimal): -13477336 or 2644530. OLE color: 2644530.

HSL color Cylindrical-coordinate representation of color #325A28: hue angle of 108º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #325A28 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB509040-
CMYK0.4400.560.65
HSL108º38.46%25.49%-
HSV(B)108º55.56%35.29%-
XYZ5.358.143.3-
YUV72.34109.75112.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=27.78%
G=50%
B=22.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090400.4400.560.6510838.4625.49
Hex325A282C038416c2619
Octal6213250540701011544631
Binary110010101101010100010110001110001000001110110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,90,40); }

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

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

 a { background-color: rgb(50,90,40); }

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

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

 span { border-color: rgb(50,90,40); }

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