#366D2A

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

Shades of Green House #366D2A

Tints of Green House #366D2A

Color information

#366D2A (or 0x366D2A) is unknown color: approx Green House. HEX triplet: 36, 6D and 2A. RGB value is (54,109,42). Sum of RGB (Red+Green+Blue) = 54+109+42=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #366D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366D2A is #C992D5. Grayscale: #555555. Windows color (decimal): -13210326 or 2780470. OLE color: 2780470.

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

Color convert

RGB5410942-
CMYK0.5000.610.57
HSL109.25º44.37%29.61%-
HSV(B)109.25º61.47%42.75%-
XYZ7.4111.894.09-
YUV84.92103.78105.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 109 (42.97% from 255) = 53.17%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=26.34%
G=53.17%
B=20.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54109420.5000.610.57109.2544.3729.61
Hex366D2A3203D396d2c1e
Octal661555262075711555436
Binary11011011011011010101100100111101111001110110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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