#44644B

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

Shades of Mineral Green #44644B

Tints of Mineral Green #44644B

Color information

#44644B (or 0x44644B) is unknown color: approx Mineral Green. HEX triplet: 44, 64 and 4B. RGB value is (68,100,75). Sum of RGB (Red+Green+Blue) = 68+100+75=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #44644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44644B is #BB9BB4. Grayscale: #575757. Windows color (decimal): -12295093 or 4940868. OLE color: 4940868.

HSL color Cylindrical-coordinate representation of color #44644B: hue angle of 133.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44644B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB6810075-
CMYK0.3200.250.61
HSL133.12º19.05%32.94%-
HSV(B)133.12º32%39.22%-
XYZ8.2110.858.32-
YUV87.58120.9114.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=27.98%
G=41.15%
B=30.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100750.3200.250.61133.1219.0532.94
Hex44644B200193D851321
Octal10414411340031752052341
Binary1000100110010010010111000000110011111011000010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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