#366B2A

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

Shades of Green House #366B2A

Tints of Green House #366B2A

Color information

#366B2A (or 0x366B2A) is unknown color: approx Green House. HEX triplet: 36, 6B and 2A. RGB value is (54,107,42). Sum of RGB (Red+Green+Blue) = 54+107+42=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #366B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366B2A is #C994D5. Grayscale: #535353. Windows color (decimal): -13210838 or 2779958. OLE color: 2779958.

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

Color convert

RGB5410742-
CMYK0.5000.610.58
HSL108.92º43.62%29.22%-
HSV(B)108.92º60.75%41.96%-
XYZ7.211.474.02-
YUV83.74104.44106.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 107 (42.19% from 255) = 52.71%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=26.60%
G=52.71%
B=20.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54107420.5000.610.58108.9243.6229.22
Hex366B2A3203D3A6d2c1d
Octal661535262075721555435
Binary11011011010111010101100100111101111010110110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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