#44604A

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

Shades of Mineral Green #44604A

Tints of Mineral Green #44604A

Color information

#44604A (or 0x44604A) is unknown color: approx Mineral Green. HEX triplet: 44, 60 and 4A. RGB value is (68,96,74). Sum of RGB (Red+Green+Blue) = 68+96+74=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #44604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44604A is #BB9FB5. Grayscale: #555555. Windows color (decimal): -12296118 or 4874308. OLE color: 4874308.

HSL color Cylindrical-coordinate representation of color #44604A: hue angle of 132.86º 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 #44604A is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB689674-
CMYK0.2900.230.62
HSL132.86º17.07%32.16%-
HSV(B)132.86º29.17%37.65%-
XYZ7.810.098.01-
YUV85.12121.72115.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=28.57%
G=40.34%
B=31.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896740.2900.230.62132.8617.0732.16
Hex44604A1D0173E851120
Octal10414011235027762052140
Binary100010011000001001010111010101111111101000010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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