#446C4F

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

Shades of Mineral Green #446C4F

Tints of Mineral Green #446C4F

Color information

#446C4F (or 0x446C4F) is unknown color: approx Mineral Green. HEX triplet: 44, 6C and 4F. RGB value is (68,108,79). Sum of RGB (Red+Green+Blue) = 68+108+79=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #446C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C4F is #BB93B0. Grayscale: #5C5C5C. Windows color (decimal): -12293041 or 5205060. OLE color: 5205060.

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

Color convert

RGB6810879-
CMYK0.3700.270.58
HSL136.5º22.73%34.51%-
HSV(B)136.5º37.04%42.35%-
XYZ9.1612.529.33-
YUV92.73120.25110.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=26.67%
G=42.35%
B=30.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68108790.3700.270.58136.522.7334.51
Hex446C4F2501B3A881723
Octal10415411745033722102743
Binary1000100110110010011111001010110111110101000100010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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