#326227

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

Shades of Green House #326227

Tints of Green House #326227

Color information

#326227 (or 0x326227) is unknown color: approx Green House. HEX triplet: 32, 62 and 27. RGB value is (50,98,39). Sum of RGB (Red+Green+Blue) = 50+98+39=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #326227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326227 is #CD9DD8. Grayscale: #4D4D4D. Windows color (decimal): -13475289 or 2581042. OLE color: 2581042.

HSL color Cylindrical-coordinate representation of color #326227: hue angle of 108.81º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #326227 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB509839-
CMYK0.4900.600.62
HSL108.81º43.07%26.86%-
HSV(B)108.81º60.2%38.43%-
XYZ6.059.563.45-
YUV76.92106.6108.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=26.74%
G=52.41%
B=20.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098390.4900.600.62108.8143.0726.86
Hex3262273103C3E6d2b1b
Octal621424761074761555333
Binary11001011000101001111100010111100111110110110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326227; }

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

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

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

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

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

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

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

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