#446A3C

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

Shades of Green House #446A3C

Tints of Green House #446A3C

Color information

#446A3C (or 0x446A3C) is unknown color: approx Green House. HEX triplet: 44, 6A and 3C. RGB value is (68,106,60). Sum of RGB (Red+Green+Blue) = 68+106+60=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #446A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A3C is #BB95C3. Grayscale: #595959. Windows color (decimal): -12293572 or 3959364. OLE color: 3959364.

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

Color convert

RGB6810660-
CMYK0.3600.430.58
HSL109.57º27.71%32.55%-
HSV(B)109.57º43.4%41.57%-
XYZ8.3511.866.12-
YUV89.39111.41112.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 60 (23.83% from 255) = 25.64%
R=29.06%
G=45.30%
B=25.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106600.3600.430.58109.5727.7132.55
Hex446A3C2402B3A6e1c21
Octal1041527444053721563441
Binary100010011010101111001001000101011111010110111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,106,60); }

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

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

 a { background-color: rgb(68,106,60); }

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

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

 span { border-color: rgb(68,106,60); }

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