#366332

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

Shades of Green House #366332

Tints of Green House #366332

Color information

#366332 (or 0x366332) is unknown color: approx Green House. HEX triplet: 36, 63 and 32. RGB value is (54,99,50). Sum of RGB (Red+Green+Blue) = 54+99+50=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #366332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366332 is #C99CCD. Grayscale: #505050. Windows color (decimal): -13212878 or 3302198. OLE color: 3302198.

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

Color convert

RGB549950-
CMYK0.4500.490.61
HSL115.1º32.89%29.22%-
HSV(B)115.1º49.49%38.82%-
XYZ6.569.944.59-
YUV79.96111.09109.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=26.60%
G=48.77%
B=24.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499500.4500.490.61115.132.8929.22
Hex3663322D0313D73211d
Octal661436255061751634135
Binary11011011000111100101011010110001111101111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366332; }

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

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

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

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

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

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

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

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