#326229

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

Shades of Green House #326229

Tints of Green House #326229

Color information

#326229 (or 0x326229) is unknown color: approx Green House. HEX triplet: 32, 62 and 29. RGB value is (50,98,41). Sum of RGB (Red+Green+Blue) = 50+98+41=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #326229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326229 is #CD9DD6. Grayscale: #4D4D4D. Windows color (decimal): -13475287 or 2712114. OLE color: 2712114.

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

Color convert

RGB509841-
CMYK0.4900.580.62
HSL110.53º41.01%27.25%-
HSV(B)110.53º58.16%38.43%-
XYZ6.089.573.63-
YUV77.15107.6108.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=26.46%
G=51.85%
B=21.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098410.4900.580.62110.5341.0127.25
Hex3262293103A3E6f291b
Octal621425161072761575133
Binary11001011000101010011100010111010111110110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326229; }

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

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

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

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

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

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

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

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