#326120

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

Shades of Green House #326120

Tints of Green House #326120

Color information

#326120 (or 0x326120) is unknown color: approx Green House. HEX triplet: 32, 61 and 20. RGB value is (50,97,32). Sum of RGB (Red+Green+Blue) = 50+97+32=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #326120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326120 is #CD9EDF. Grayscale: #4B4B4B. Windows color (decimal): -13475552 or 2122034. OLE color: 2122034.

HSL color Cylindrical-coordinate representation of color #326120: hue angle of 103.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326120 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB509732-
CMYK0.4800.670.62
HSL103.38º50.39%25.29%-
HSV(B)103.38º67.01%38.04%-
XYZ5.859.332.86-
YUV75.54103.43109.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=27.93%
G=54.19%
B=17.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097320.4800.670.62103.3850.3925.29
Hex326120300433E673219
Octal6214140600103761476231
Binary110010110000110000011000001000011111110110011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326120; }

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

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

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

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

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

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

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

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