#44624B

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

Shades of Mineral Green #44624B

Tints of Mineral Green #44624B

Color information

#44624B (or 0x44624B) is unknown color: approx Mineral Green. HEX triplet: 44, 62 and 4B. RGB value is (68,98,75). Sum of RGB (Red+Green+Blue) = 68+98+75=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #44624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44624B is #BB9DB4. Grayscale: #565656. Windows color (decimal): -12295605 or 4940356. OLE color: 4940356.

HSL color Cylindrical-coordinate representation of color #44624B: hue angle of 134º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #44624B is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB689875-
CMYK0.3100.230.62
HSL134º18.07%32.55%-
HSV(B)134º30.61%38.43%-
XYZ8.0210.478.26-
YUV86.41121.56114.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=28.22%
G=40.66%
B=31.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898750.3100.230.6213418.0732.55
Hex44624B1F0173E861221
Octal10414211337027762062241
Binary100010011000101001011111110101111111101000011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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