#366225

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

Shades of Green House #366225

Tints of Green House #366225

Color information

#366225 (or 0x366225) is unknown color: approx Green House. HEX triplet: 36, 62 and 25. RGB value is (54,98,37). Sum of RGB (Red+Green+Blue) = 54+98+37=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #366225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366225 is #C99DDA. Grayscale: #4E4E4E. Windows color (decimal): -13213147 or 2449974. OLE color: 2449974.

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

Color convert

RGB549837-
CMYK0.4500.620.62
HSL103.28º45.19%26.47%-
HSV(B)103.28º62.24%38.43%-
XYZ6.229.653.29-
YUV77.89104.92110.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=28.57%
G=51.85%
B=19.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498370.4500.620.62103.2845.1926.47
Hex3662252D03E3E672d1a
Octal661424555076761475532
Binary11011011000101001011011010111110111110110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366225; }

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

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

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

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

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

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

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

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