#326215

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

Shades of Green House #326215

Tints of Green House #326215

Color information

#326215 (or 0x326215) is unknown color: approx Green House. HEX triplet: 32, 62 and 15. RGB value is (50,98,21). Sum of RGB (Red+Green+Blue) = 50+98+21=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #326215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326215 is #CD9DEA. Grayscale: #4B4B4B. Windows color (decimal): -13475307 or 1401394. OLE color: 1401394.

HSL color Cylindrical-coordinate representation of color #326215: hue angle of 97.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326215 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB509821-
CMYK0.4900.790.62
HSL97.4º64.71%23.33%-
HSV(B)97.4º78.57%38.43%-
XYZ5.829.472.23-
YUV74.8797.6110.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=29.59%
G=57.99%
B=12.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098210.4900.790.6297.464.7123.33
Hex3262153104F3E614117
Octal62142256101177614110127
Binary110010110001010101110001010011111111101100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326215; }

 p { color: rgb(50,98,21); }

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

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

 a { background-color: rgb(50,98,21); }

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

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

 span { border-color: rgb(50,98,21); }

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