#326621

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

Shades of Green House #326621

Tints of Green House #326621

Color information

#326621 (or 0x326621) is unknown color: approx Green House. HEX triplet: 32, 66 and 21. RGB value is (50,102,33). Sum of RGB (Red+Green+Blue) = 50+102+33=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #326621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326621 is #CD99DE. Grayscale: #4E4E4E. Windows color (decimal): -13474271 or 2188850. OLE color: 2188850.

HSL color Cylindrical-coordinate representation of color #326621: hue angle of 105.22º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326621 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB5010233-
CMYK0.5100.680.6
HSL105.22º51.11%26.47%-
HSV(B)105.22º67.65%40%-
XYZ6.3410.293.09-
YUV78.59102.27107.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=27.03%
G=55.14%
B=17.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102330.5100.680.6105.2251.1126.47
Hex326621330443C69331a
Octal6214641630104741516332
Binary110010110011010000111001101000100111100110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326621; }

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

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

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

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

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

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

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

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