#446E3F

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

Shades of Green House #446E3F

Tints of Green House #446E3F

Color information

#446E3F (or 0x446E3F) is unknown color: approx Green House. HEX triplet: 44, 6E and 3F. RGB value is (68,110,63). Sum of RGB (Red+Green+Blue) = 68+110+63=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #446E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446E3F is #BB91C0. Grayscale: #5C5C5C. Windows color (decimal): -12292545 or 4156996. OLE color: 4156996.

HSL color Cylindrical-coordinate representation of color #446E3F: hue angle of 113.62º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #446E3F is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB6811063-
CMYK0.3800.430.57
HSL113.62º27.17%33.92%-
HSV(B)113.62º42.73%43.14%-
XYZ8.8612.746.69-
YUV92.08111.59110.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 63 (25% from 255) = 26.14%
R=28.22%
G=45.64%
B=26.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68110630.3800.430.57113.6227.1733.92
Hex446E3F2602B39721b22
Octal1041567746053711623342
Binary100010011011101111111001100101011111001111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446E3F; }

 p { color: rgb(68,110,63); }

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

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

 a { background-color: rgb(68,110,63); }

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

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

 span { border-color: rgb(68,110,63); }

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