#326117

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

Shades of Green House #326117

Tints of Green House #326117

Color information

#326117 (or 0x326117) is unknown color: approx Green House. HEX triplet: 32, 61 and 17. RGB value is (50,97,23). Sum of RGB (Red+Green+Blue) = 50+97+23=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #326117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326117 is #CD9EE8. Grayscale: #4A4A4A. Windows color (decimal): -13475561 or 1532210. OLE color: 1532210.

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

Color convert

RGB509723-
CMYK0.4800.760.62
HSL98.11º61.67%23.53%-
HSV(B)98.11º76.29%38.04%-
XYZ5.749.292.3-
YUV74.5198.93110.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 23 (9.38% from 255) = 13.53%
R=29.41%
G=57.06%
B=13.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097230.4800.760.6298.1161.6723.53
Hex3261173004C3E623e18
Octal6214127600114761427630
Binary11001011000011011111000001001100111110110001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326117; }

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

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

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

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

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

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

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

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