#446A3F

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

Shades of Green House #446A3F

Tints of Green House #446A3F

Color information

#446A3F (or 0x446A3F) is unknown color: approx Green House. HEX triplet: 44, 6A and 3F. RGB value is (68,106,63). Sum of RGB (Red+Green+Blue) = 68+106+63=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #446A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A3F is #BB95C0. Grayscale: #595959. Windows color (decimal): -12293569 or 4155972. OLE color: 4155972.

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

Color convert

RGB6810663-
CMYK0.3600.410.58
HSL113.02º25.44%33.14%-
HSV(B)113.02º40.57%41.57%-
XYZ8.4411.96.55-
YUV89.74112.91112.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 63 (25% from 255) = 26.58%
R=28.69%
G=44.73%
B=26.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106630.3600.410.58113.0225.4433.14
Hex446A3F240293A711921
Octal1041527744051721613141
Binary100010011010101111111001000101001111010111000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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