#44654B

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

Shades of Mineral Green #44654B

Tints of Mineral Green #44654B

Color information

#44654B (or 0x44654B) is unknown color: approx Mineral Green. HEX triplet: 44, 65 and 4B. RGB value is (68,101,75). Sum of RGB (Red+Green+Blue) = 68+101+75=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #44654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44654B is #BB9AB4. Grayscale: #585858. Windows color (decimal): -12294837 or 4941124. OLE color: 4941124.

HSL color Cylindrical-coordinate representation of color #44654B: hue angle of 132.73º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44654B is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB6810175-
CMYK0.3300.260.60
HSL132.73º19.53%33.14%-
HSV(B)132.73º32.67%39.61%-
XYZ8.3111.048.35-
YUV88.17120.57113.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=27.87%
G=41.39%
B=30.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68101750.3300.260.60132.7319.5333.14
Hex44654B2101A3C851421
Octal10414511341032742052441
Binary1000100110010110010111000010110101111001000010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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