#326326

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

Shades of Green House #326326

Tints of Green House #326326

Color information

#326326 (or 0x326326) is unknown color: approx Green House. HEX triplet: 32, 63 and 26. RGB value is (50,99,38). Sum of RGB (Red+Green+Blue) = 50+99+38=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #326326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326326 is #CD9CD9. Grayscale: #4D4D4D. Windows color (decimal): -13475034 or 2515762. OLE color: 2515762.

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

Color convert

RGB509938-
CMYK0.4900.620.61
HSL108.2º44.53%26.86%-
HSV(B)108.2º61.62%38.82%-
XYZ6.139.743.39-
YUV77.4105.77108.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=26.74%
G=52.94%
B=20.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099380.4900.620.61108.244.5326.86
Hex3263263103E3D6c2d1b
Octal621434661076751545533
Binary11001011000111001101100010111110111101110110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326326; }

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

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

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

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

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

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

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

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