#326321

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

Shades of Green House #326321

Tints of Green House #326321

Color information

#326321 (or 0x326321) is unknown color: approx Green House. HEX triplet: 32, 63 and 21. RGB value is (50,99,33). Sum of RGB (Red+Green+Blue) = 50+99+33=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #326321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326321 is #CD9CDE. Grayscale: #4D4D4D. Windows color (decimal): -13475039 or 2188082. OLE color: 2188082.

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

Color convert

RGB509933-
CMYK0.4900.670.61
HSL104.55º50%25.88%-
HSV(B)104.55º66.67%38.82%-
XYZ6.059.712.99-
YUV76.82103.27108.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 99 (39.06% from 255) = 54.40%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=27.47%
G=54.40%
B=18.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099330.4900.670.61104.555025.88
Hex326321310433D69321a
Octal6214341610103751516232
Binary110010110001110000111000101000011111101110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326321; }

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

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

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

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

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

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

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

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