#366131

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

Shades of Green House #366131

Tints of Green House #366131

Color information

#366131 (or 0x366131) is unknown color: approx Green House. HEX triplet: 36, 61 and 31. RGB value is (54,97,49). Sum of RGB (Red+Green+Blue) = 54+97+49=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #366131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366131 is #C99ECE. Grayscale: #4E4E4E. Windows color (decimal): -13213391 or 3236150. OLE color: 3236150.

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

Color convert

RGB549749-
CMYK0.4400.490.62
HSL113.75º32.88%28.63%-
HSV(B)113.75º49.48%38.04%-
XYZ6.359.564.42-
YUV78.67111.25110.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=27%
G=48.5%
B=24.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497490.4400.490.62113.7532.8828.63
Hex3661312C0313E72211d
Octal661416154061761624135
Binary11011011000011100011011000110001111110111001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366131; }

 p { color: rgb(54,97,49); }

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

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

 a { background-color: rgb(54,97,49); }

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

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

 span { border-color: rgb(54,97,49); }

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