#326516

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

Shades of Green House #326516

Tints of Green House #326516

Color information

#326516 (or 0x326516) is unknown color: approx Green House. HEX triplet: 32, 65 and 16. RGB value is (50,101,22). Sum of RGB (Red+Green+Blue) = 50+101+22=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #326516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326516 is #CD9AE9. Grayscale: #4D4D4D. Windows color (decimal): -13474538 or 1467698. OLE color: 1467698.

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

Color convert

RGB5010122-
CMYK0.5000.780.60
HSL98.73º64.23%24.12%-
HSV(B)98.73º78.22%39.61%-
XYZ6.1110.042.38-
YUV76.7497.1108.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 101 (39.84% from 255) = 58.38%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=28.90%
G=58.38%
B=12.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101220.5000.780.6098.7364.2324.12
Hex3265163204E3C634018
Octal62145266201167414310030
Binary110010110010110110110010010011101111001100011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326516; }

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

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

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

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

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

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

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

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