#326225

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

Shades of Green House #326225

Tints of Green House #326225

Color information

#326225 (or 0x326225) is unknown color: approx Green House. HEX triplet: 32, 62 and 25. RGB value is (50,98,37). Sum of RGB (Red+Green+Blue) = 50+98+37=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #326225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326225 is #CD9DDA. Grayscale: #4C4C4C. Windows color (decimal): -13475291 or 2449970. OLE color: 2449970.

HSL color Cylindrical-coordinate representation of color #326225: hue angle of 107.21º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326225 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB509837-
CMYK0.4900.620.62
HSL107.21º45.19%26.47%-
HSV(B)107.21º62.24%38.43%-
XYZ6.029.553.28-
YUV76.69105.6108.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 37 (14.84% from 255) = 20%
R=27.03%
G=52.97%
B=20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098370.4900.620.62107.2145.1926.47
Hex3262253103E3E6b2d1a
Octal621424561076761535532
Binary11001011000101001011100010111110111110110101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326225; }

 p { color: rgb(50,98,37); }

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

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

 a { background-color: rgb(50,98,37); }

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

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

 span { border-color: rgb(50,98,37); }

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