#366B28

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

Shades of Green House #366B28

Tints of Green House #366B28

Color information

#366B28 (or 0x366B28) is unknown color: approx Green House. HEX triplet: 36, 6B and 28. RGB value is (54,107,40). Sum of RGB (Red+Green+Blue) = 54+107+40=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #366B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366B28 is #C994D7. Grayscale: #535353. Windows color (decimal): -13210840 or 2648886. OLE color: 2648886.

HSL color Cylindrical-coordinate representation of color #366B28: hue angle of 107.46º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366B28 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB5410740-
CMYK0.5000.630.58
HSL107.46º45.58%28.82%-
HSV(B)107.46º62.62%41.96%-
XYZ7.1611.453.84-
YUV83.52103.44106.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=26.87%
G=53.23%
B=19.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54107400.5000.630.58107.4645.5828.82
Hex366B283203F3A6b2e1d
Octal661535062077721535635
Binary11011011010111010001100100111111111010110101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366B28; }

 p { color: rgb(54,107,40); }

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

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

 a { background-color: rgb(54,107,40); }

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

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

 span { border-color: rgb(54,107,40); }

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