#446c3a

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

Shades of Green House #446C3A

Tints of Green House #446C3A

Color information

#446C3A (or 0x446C3A) is unknown color: approx Green House. HEX triplet: 44, 6C and 3A. RGB value is (68,108,58). Sum of RGB (Red+Green+Blue) = 68+108+58=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #446C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C3A is #BB93C5. Grayscale: #5A5A5A. Windows color (decimal): -12293062 or 3828804. OLE color: 3828804.

HSL color Cylindrical-coordinate representation of color #446C3A: hue angle of 108º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #446C3A is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB6810858-
CMYK0.3700.460.58
HSL108º30.12%32.55%-
HSV(B)108º46.3%42.35%-
XYZ8.5112.265.92-
YUV90.34109.75112.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=29.06%
G=46.15%
B=24.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68108580.3700.460.5810830.1232.55
Hex446C3A2502E3A6c1e21
Octal1041547245056721543641
Binary100010011011001110101001010101110111010110110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446c3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,108,58); }

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

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

 a { background-color: rgb(68,108,58); }

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

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

 span { border-color: rgb(68,108,58); }

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