#336221

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

Shades of Green House #336221

Tints of Green House #336221

Color information

#336221 (or 0x336221) is unknown color: approx Green House. HEX triplet: 33, 62 and 21. RGB value is (51,98,33). Sum of RGB (Red+Green+Blue) = 51+98+33=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #336221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336221 is #CC9DDE. Grayscale: #4C4C4C. Windows color (decimal): -13409759 or 2187827. OLE color: 2187827.

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

Color convert

RGB519833-
CMYK0.4800.660.62
HSL103.38º49.62%25.69%-
HSV(B)103.38º66.33%38.43%-
XYZ6.019.552.97-
YUV76.54103.43109.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 98 (38.67% from 255) = 53.85%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=28.02%
G=53.85%
B=18.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198330.4800.660.62103.3849.6225.69
Hex336221300423E67321a
Octal6314241600102761476232
Binary110011110001010000111000001000010111110110011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336221; }

 p { color: rgb(51,98,33); }

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

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

 a { background-color: rgb(51,98,33); }

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

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

 span { border-color: rgb(51,98,33); }

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