#326019

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

Shades of Green House #326019

Tints of Green House #326019

Color information

#326019 (or 0x326019) is unknown color: approx Green House. HEX triplet: 32, 60 and 19. RGB value is (50,96,25). Sum of RGB (Red+Green+Blue) = 50+96+25=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #326019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326019 is #CD9FE6. Grayscale: #4A4A4A. Windows color (decimal): -13475815 or 1663026. OLE color: 1663026.

HSL color Cylindrical-coordinate representation of color #326019: hue angle of 98.87º 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 #326019 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB509625-
CMYK0.4800.740.62
HSL98.87º58.68%23.73%-
HSV(B)98.87º73.96%37.65%-
XYZ5.679.112.38-
YUV74.15100.26110.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 25 (10.16% from 255) = 14.62%
R=29.24%
G=56.14%
B=14.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096250.4800.740.6298.8758.6823.73
Hex3260193004A3E633b18
Octal6214031600112761437330
Binary11001011000001100111000001001010111110110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326019; }

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

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

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

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

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

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

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

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