#326219

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

Shades of Green House #326219

Tints of Green House #326219

Color information

#326219 (or 0x326219) is unknown color: approx Green House. HEX triplet: 32, 62 and 19. RGB value is (50,98,25). Sum of RGB (Red+Green+Blue) = 50+98+25=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #326219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326219 is #CD9DE6. Grayscale: #4B4B4B. Windows color (decimal): -13475303 or 1663538. OLE color: 1663538.

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

Color convert

RGB509825-
CMYK0.4900.740.62
HSL99.45º59.35%24.12%-
HSV(B)99.45º74.49%38.43%-
XYZ5.869.482.44-
YUV75.3399.6109.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=28.90%
G=56.65%
B=14.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098250.4900.740.6299.4559.3524.12
Hex3262193104A3E633b18
Octal6214231610112761437330
Binary11001011000101100111000101001010111110110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326219; }

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

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

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

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

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

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

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

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