#44664C

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

Shades of Mineral Green #44664C

Tints of Mineral Green #44664C

Color information

#44664C (or 0x44664C) is unknown color: approx Mineral Green. HEX triplet: 44, 66 and 4C. RGB value is (68,102,76). Sum of RGB (Red+Green+Blue) = 68+102+76=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #44664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44664C is #BB99B3. Grayscale: #585858. Windows color (decimal): -12294580 or 5006916. OLE color: 5006916.

HSL color Cylindrical-coordinate representation of color #44664C: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44664C is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB6810276-
CMYK0.3300.250.6
HSL134.12º20%33.33%-
HSV(B)134.12º33.33%40%-
XYZ8.4411.258.56-
YUV88.87120.74113.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=27.64%
G=41.46%
B=30.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102760.3300.250.6134.122033.33
Hex44664C210193C861421
Octal10414611441031742062441
Binary1000100110011010011001000010110011111001000011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44664C; }

 p { color: rgb(68,102,76); }

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

<style>
 a { background-color: #44664C; }

 a { background-color: rgb(68,102,76); }

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

<style>
 span { border-color: #44664C; }

 span { border-color: rgb(68,102,76); }

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