#366F2A

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

Shades of Green House #366F2A

Tints of Green House #366F2A

Color information

#366F2A (or 0x366F2A) is unknown color: approx Green House. HEX triplet: 36, 6F and 2A. RGB value is (54,111,42). Sum of RGB (Red+Green+Blue) = 54+111+42=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #366F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366F2A is #C990D5. Grayscale: #565656. Windows color (decimal): -13209814 or 2780982. OLE color: 2780982.

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

Color convert

RGB5411142-
CMYK0.5100.620.56
HSL109.57º45.1%30%-
HSV(B)109.57º62.16%43.53%-
XYZ7.6212.324.17-
YUV86.09103.12105.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 111 (43.75% from 255) = 53.62%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=26.09%
G=53.62%
B=20.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54111420.5100.620.56109.5745.130
Hex366F2A3303E386e2d1e
Octal661575263076701565536
Binary11011011011111010101100110111110111000110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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