#366C2A

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

Shades of Green House #366C2A

Tints of Green House #366C2A

Color information

#366C2A (or 0x366C2A) is unknown color: approx Green House. HEX triplet: 36, 6C and 2A. RGB value is (54,108,42). Sum of RGB (Red+Green+Blue) = 54+108+42=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #366C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C2A is #C993D5. Grayscale: #545454. Windows color (decimal): -13210582 or 2780214. OLE color: 2780214.

HSL color Cylindrical-coordinate representation of color #366C2A: hue angle of 109.09º 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 #366C2A is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB5410842-
CMYK0.5000.610.58
HSL109.09º44%29.41%-
HSV(B)109.09º61.11%42.35%-
XYZ7.311.684.06-
YUV84.33104.11106.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 108 (42.58% from 255) = 52.94%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=26.47%
G=52.94%
B=20.59%

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
Decimal54108420.5000.610.58109.094429.41
Hex366C2A3203D3A6d2c1d
Octal661545262075721555435
Binary11011011011001010101100100111101111010110110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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