#326521

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

Shades of Green House #326521

Tints of Green House #326521

Color information

#326521 (or 0x326521) is unknown color: approx Green House. HEX triplet: 32, 65 and 21. RGB value is (50,101,33). Sum of RGB (Red+Green+Blue) = 50+101+33=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #326521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326521 is #CD9ADE. Grayscale: #4E4E4E. Windows color (decimal): -13474527 or 2188594. OLE color: 2188594.

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

Color convert

RGB5010133-
CMYK0.5000.670.60
HSL105º50.75%26.27%-
HSV(B)105º67.33%39.61%-
XYZ6.2410.13.06-
YUV78102.6108.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 101 (39.84% from 255) = 54.89%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=27.17%
G=54.89%
B=17.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101330.5000.670.6010550.7526.27
Hex326521320433C69331a
Octal6214541620103741516332
Binary110010110010110000111001001000011111100110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326521; }

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

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

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

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

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

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

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

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