#366221

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

Shades of Green House #366221

Tints of Green House #366221

Color information

#366221 (or 0x366221) is unknown color: approx Green House. HEX triplet: 36, 62 and 21. RGB value is (54,98,33). Sum of RGB (Red+Green+Blue) = 54+98+33=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #366221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366221 is #C99DDE. Grayscale: #4D4D4D. Windows color (decimal): -13213151 or 2187830. OLE color: 2187830.

HSL color Cylindrical-coordinate representation of color #366221: hue angle of 100.62º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #366221 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB549833-
CMYK0.4500.660.62
HSL100.62º49.62%25.69%-
HSV(B)100.62º66.33%38.43%-
XYZ6.169.632.97-
YUV77.43102.92111.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=29.19%
G=52.97%
B=17.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498330.4500.660.62100.6249.6225.69
Hex3662212D0423E65321a
Octal6614241550102761456232
Binary110110110001010000110110101000010111110110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366221; }

 p { color: rgb(54,98,33); }

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

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

 a { background-color: rgb(54,98,33); }

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

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

 span { border-color: rgb(54,98,33); }

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