#44614A

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

Shades of Mineral Green #44614A

Tints of Mineral Green #44614A

Color information

#44614A (or 0x44614A) is unknown color: approx Mineral Green. HEX triplet: 44, 61 and 4A. RGB value is (68,97,74). Sum of RGB (Red+Green+Blue) = 68+97+74=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #44614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44614A is #BB9EB5. Grayscale: #555555. Windows color (decimal): -12295862 or 4874564. OLE color: 4874564.

HSL color Cylindrical-coordinate representation of color #44614A: hue angle of 132.41º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44614A is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB689774-
CMYK0.3000.240.62
HSL132.41º17.58%32.35%-
HSV(B)132.41º29.9%38.04%-
XYZ7.8910.278.05-
YUV85.71121.39115.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=28.45%
G=40.59%
B=30.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897740.3000.240.62132.4117.5832.35
Hex44614A1E0183E841220
Octal10414111236030762042240
Binary100010011000011001010111100110001111101000010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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