#326821

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

Shades of Green House #326821

Tints of Green House #326821

Color information

#326821 (or 0x326821) is unknown color: approx Green House. HEX triplet: 32, 68 and 21. RGB value is (50,104,33). Sum of RGB (Red+Green+Blue) = 50+104+33=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #326821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326821 is #CD97DE. Grayscale: #4F4F4F. Windows color (decimal): -13473759 or 2189362. OLE color: 2189362.

HSL color Cylindrical-coordinate representation of color #326821: hue angle of 105.63º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326821 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB5010433-
CMYK0.5200.680.59
HSL105.63º51.82%26.86%-
HSV(B)105.63º68.27%40.78%-
XYZ6.5410.693.16-
YUV79.76101.61106.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 104 (41.02% from 255) = 55.61%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=26.74%
G=55.61%
B=17.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104330.5200.680.59105.6351.8226.86
Hex326821340443B6a341b
Octal6215041640104731526433
Binary110010110100010000111010001000100111011110101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326821; }

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

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

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

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

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

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

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

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