#366222

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

Shades of Green House #366222

Tints of Green House #366222

Color information

#366222 (or 0x366222) is unknown color: approx Green House. HEX triplet: 36, 62 and 22. RGB value is (54,98,34). Sum of RGB (Red+Green+Blue) = 54+98+34=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #366222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366222 is #C99DDD. Grayscale: #4D4D4D. Windows color (decimal): -13213150 or 2253366. OLE color: 2253366.

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

Color convert

RGB549834-
CMYK0.4500.650.62
HSL101.25º48.48%25.88%-
HSV(B)101.25º65.31%38.43%-
XYZ6.189.643.05-
YUV77.55103.42111.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=29.03%
G=52.69%
B=18.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498340.4500.650.62101.2548.4825.88
Hex3662222D0413E65301a
Octal6614242550101761456032
Binary110110110001010001010110101000001111110110010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366222; }

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

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

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

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

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

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

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

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