#44634B

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

Shades of Mineral Green #44634B

Tints of Mineral Green #44634B

Color information

#44634B (or 0x44634B) is unknown color: approx Mineral Green. HEX triplet: 44, 63 and 4B. RGB value is (68,99,75). Sum of RGB (Red+Green+Blue) = 68+99+75=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #44634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44634B is #BB9CB4. Grayscale: #575757. Windows color (decimal): -12295349 or 4940612. OLE color: 4940612.

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

Color convert

RGB689975-
CMYK0.3100.240.61
HSL133.55º18.56%32.75%-
HSV(B)133.55º31.31%38.82%-
XYZ8.1210.668.29-
YUV86.99121.23114.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=28.10%
G=40.91%
B=30.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899750.3100.240.61133.5518.5632.75
Hex44634B1F0183D861321
Octal10414311337030752062341
Binary100010011000111001011111110110001111011000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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