#326628

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

Shades of Green House #326628

Tints of Green House #326628

Color information

#326628 (or 0x326628) is unknown color: approx Green House. HEX triplet: 32, 66 and 28. RGB value is (50,102,40). Sum of RGB (Red+Green+Blue) = 50+102+40=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #326628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326628 is #CD99D7. Grayscale: #4F4F4F. Windows color (decimal): -13474264 or 2647602. OLE color: 2647602.

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

Color convert

RGB5010240-
CMYK0.5100.610.6
HSL110.32º43.66%27.84%-
HSV(B)110.32º60.78%40%-
XYZ6.4510.333.66-
YUV79.38105.77107.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=26.04%
G=53.12%
B=20.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102400.5100.610.6110.3243.6627.84
Hex3266283303D3C6e2c1c
Octal621465063075741565434
Binary11001011001101010001100110111101111100110111010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326628; }

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

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

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

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

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

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

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

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