#44604B

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

Shades of Mineral Green #44604B

Tints of Mineral Green #44604B

Color information

#44604B (or 0x44604B) is unknown color: approx Mineral Green. HEX triplet: 44, 60 and 4B. RGB value is (68,96,75). Sum of RGB (Red+Green+Blue) = 68+96+75=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #44604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44604B is #BB9FB4. Grayscale: #555555. Windows color (decimal): -12296117 or 4939844. OLE color: 4939844.

HSL color Cylindrical-coordinate representation of color #44604B: hue angle of 135º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44604B is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB689675-
CMYK0.2900.220.62
HSL135º17.07%32.16%-
HSV(B)135º29.17%37.65%-
XYZ7.8410.18.19-
YUV85.23122.22115.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=28.45%
G=40.17%
B=31.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896750.2900.220.6213517.0732.16
Hex44604B1D0163E871120
Octal10414011335026762072140
Binary100010011000001001011111010101101111101000011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44604B; }

 p { color: rgb(68,96,75); }

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

<style>
 a { background-color: #44604B; }

 a { background-color: rgb(68,96,75); }

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

<style>
 span { border-color: #44604B; }

 span { border-color: rgb(68,96,75); }

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