#336220

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

Shades of Green House #336220

Tints of Green House #336220

Color information

#336220 (or 0x336220) is unknown color: approx Green House. HEX triplet: 33, 62 and 20. RGB value is (51,98,32). Sum of RGB (Red+Green+Blue) = 51+98+32=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #336220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336220 is #CC9DDF. Grayscale: #4C4C4C. Windows color (decimal): -13409760 or 2122291. OLE color: 2122291.

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

Color convert

RGB519832-
CMYK0.4800.670.62
HSL102.73º50.77%25.49%-
HSV(B)102.73º67.35%38.43%-
XYZ5.999.542.89-
YUV76.42102.93109.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=28.18%
G=54.14%
B=17.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198320.4800.670.62102.7350.7725.49
Hex336220300433E673319
Octal6314240600103761476331
Binary110011110001010000011000001000011111110110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336220; }

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

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

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

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

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

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

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

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