#366120

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

Shades of Green House #366120

Tints of Green House #366120

Color information

#366120 (or 0x366120) is unknown color: approx Green House. HEX triplet: 36, 61 and 20. RGB value is (54,97,32). Sum of RGB (Red+Green+Blue) = 54+97+32=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #366120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366120 is #C99EDF. Grayscale: #4C4C4C. Windows color (decimal): -13213408 or 2122038. OLE color: 2122038.

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

Color convert

RGB549732-
CMYK0.4400.670.62
HSL99.69º50.39%25.29%-
HSV(B)99.69º67.01%38.04%-
XYZ6.069.442.87-
YUV76.73102.75111.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 97 (38.28% from 255) = 53.01%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=29.51%
G=53.01%
B=17.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497320.4400.670.6299.6950.3925.29
Hex3661202C0433E643219
Octal6614140540103761446231
Binary110110110000110000010110001000011111110110010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366120; }

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

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

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

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

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

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

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

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