#366132

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

Shades of Green House #366132

Tints of Green House #366132

Color information

#366132 (or 0x366132) is unknown color: approx Green House. HEX triplet: 36, 61 and 32. RGB value is (54,97,50). Sum of RGB (Red+Green+Blue) = 54+97+50=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #366132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366132 is #C99ECD. Grayscale: #4E4E4E. Windows color (decimal): -13213390 or 3301686. OLE color: 3301686.

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

Color convert

RGB549750-
CMYK0.4400.480.62
HSL114.89º31.97%28.82%-
HSV(B)114.89º48.45%38.04%-
XYZ6.379.564.53-
YUV78.79111.75110.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=26.87%
G=48.26%
B=24.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497500.4400.480.62114.8931.9728.82
Hex3661322C0303E73201d
Octal661416254060761634035
Binary11011011000011100101011000110000111110111001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366132; }

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

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

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

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

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

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

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

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