#326221

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

Shades of Green House #326221

Tints of Green House #326221

Color information

#326221 (or 0x326221) is unknown color: approx Green House. HEX triplet: 32, 62 and 21. RGB value is (50,98,33). Sum of RGB (Red+Green+Blue) = 50+98+33=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #326221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326221 is #CD9DDE. Grayscale: #4C4C4C. Windows color (decimal): -13475295 or 2187826. OLE color: 2187826.

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

Color convert

RGB509833-
CMYK0.4900.660.62
HSL104.31º49.62%25.69%-
HSV(B)104.31º66.33%38.43%-
XYZ5.969.522.96-
YUV76.24103.6109.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=27.62%
G=54.14%
B=18.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098330.4900.660.62104.3149.6225.69
Hex326221310423E68321a
Octal6214241610102761506232
Binary110010110001010000111000101000010111110110100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326221; }

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

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

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

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

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

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

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

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