#366E2A

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

Shades of Green House #366E2A

Tints of Green House #366E2A

Color information

#366E2A (or 0x366E2A) is unknown color: approx Green House. HEX triplet: 36, 6E and 2A. RGB value is (54,110,42). Sum of RGB (Red+Green+Blue) = 54+110+42=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #366E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E2A is #C991D5. Grayscale: #555555. Windows color (decimal): -13210070 or 2780726. OLE color: 2780726.

HSL color Cylindrical-coordinate representation of color #366E2A: hue angle of 109.41º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #366E2A is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB5411042-
CMYK0.5100.620.57
HSL109.41º44.74%29.8%-
HSV(B)109.41º61.82%43.14%-
XYZ7.5212.14.13-
YUV85.5103.45105.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 110 (43.36% from 255) = 53.40%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=26.21%
G=53.40%
B=20.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54110420.5100.620.57109.4144.7429.8
Hex366E2A3303E396d2d1e
Octal661565263076711555536
Binary11011011011101010101100110111110111001110110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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