#366220

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

Shades of Green House #366220

Tints of Green House #366220

Color information

#366220 (or 0x366220) is unknown color: approx Green House. HEX triplet: 36, 62 and 20. RGB value is (54,98,32). Sum of RGB (Red+Green+Blue) = 54+98+32=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #366220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366220 is #C99DDF. Grayscale: #4D4D4D. Windows color (decimal): -13213152 or 2122294. OLE color: 2122294.

HSL color Cylindrical-coordinate representation of color #366220: hue angle of 100º 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 #366220 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB549832-
CMYK0.4500.670.62
HSL100º50.77%25.49%-
HSV(B)100º67.35%38.43%-
XYZ6.159.622.9-
YUV77.32102.42111.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=29.35%
G=53.26%
B=17.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498320.4500.670.6210050.7725.49
Hex3662202D0433E643319
Octal6614240550103761446331
Binary110110110001010000010110101000011111110110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366220; }

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

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

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

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

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

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

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

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