#366920

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

Shades of Green House #366920

Tints of Green House #366920

Color information

#366920 (or 0x366920) is unknown color: approx Green House. HEX triplet: 36, 69 and 20. RGB value is (54,105,32). Sum of RGB (Red+Green+Blue) = 54+105+32=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #366920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366920 is #C996DF. Grayscale: #515151. Windows color (decimal): -13211360 or 2124086. OLE color: 2124086.

HSL color Cylindrical-coordinate representation of color #366920: hue angle of 101.92º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #366920 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB5410532-
CMYK0.4900.700.59
HSL101.92º53.28%26.86%-
HSV(B)101.92º69.52%41.18%-
XYZ6.8310.993.13-
YUV81.43100.1108.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 105 (41.41% from 255) = 54.97%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=28.27%
G=54.97%
B=16.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54105320.4900.700.59101.9253.2826.86
Hex366920310463B66351b
Octal6615140610106731466533
Binary110110110100110000011000101000110111011110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366920; }

 p { color: rgb(54,105,32); }

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

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

 a { background-color: rgb(54,105,32); }

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

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

 span { border-color: rgb(54,105,32); }

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