#366020

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

Shades of Green House #366020

Tints of Green House #366020

Color information

#366020 (or 0x366020) is unknown color: approx Green House. HEX triplet: 36, 60 and 20. RGB value is (54,96,32). Sum of RGB (Red+Green+Blue) = 54+96+32=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #366020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366020 is #C99FDF. Grayscale: #4C4C4C. Windows color (decimal): -13213664 or 2121782. OLE color: 2121782.

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

Color convert

RGB549632-
CMYK0.4400.670.62
HSL99.38º50%25.1%-
HSV(B)99.38º66.67%37.65%-
XYZ5.969.252.84-
YUV76.15103.09112.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=29.67%
G=52.75%
B=17.58%

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
Decimal5496320.4400.670.6299.385025.1
Hex3660202C0433E633219
Octal6614040540103761436231
Binary110110110000010000010110001000011111110110001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366020; }

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

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

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

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

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

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

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

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