#366B2C

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

Shades of Green House #366B2C

Tints of Green House #366B2C

Color information

#366B2C (or 0x366B2C) is unknown color: approx Green House. HEX triplet: 36, 6B and 2C. RGB value is (54,107,44). Sum of RGB (Red+Green+Blue) = 54+107+44=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #366B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366B2C is #C994D3. Grayscale: #545454. Windows color (decimal): -13210836 or 2911030. OLE color: 2911030.

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

Color convert

RGB5410744-
CMYK0.5000.590.58
HSL110.48º41.72%29.61%-
HSV(B)110.48º58.88%41.96%-
XYZ7.2311.484.22-
YUV83.97105.44106.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 107 (42.19% from 255) = 52.20%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=26.34%
G=52.20%
B=21.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54107440.5000.590.58110.4841.7229.61
Hex366B2C3203B3A6e2a1e
Octal661535462073721565236
Binary11011011010111011001100100111011111010110111010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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