#326119

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

Shades of Green House #326119

Tints of Green House #326119

Color information

#326119 (or 0x326119) is unknown color: approx Green House. HEX triplet: 32, 61 and 19. RGB value is (50,97,25). Sum of RGB (Red+Green+Blue) = 50+97+25=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #326119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326119 is #CD9EE6. Grayscale: #4A4A4A. Windows color (decimal): -13475559 or 1663282. OLE color: 1663282.

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

Color convert

RGB509725-
CMYK0.4800.740.62
HSL99.17º59.02%23.92%-
HSV(B)99.17º74.23%38.04%-
XYZ5.779.32.41-
YUV74.7499.93110.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=29.07%
G=56.40%
B=14.53%

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
Decimal5097250.4800.740.6299.1759.0223.92
Hex3261193004A3E633b18
Octal6214131600112761437330
Binary11001011000011100111000001001010111110110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326119; }

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

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

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

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

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

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

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

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