#44634A

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

Shades of Mineral Green #44634A

Tints of Mineral Green #44634A

Color information

#44634A (or 0x44634A) is unknown color: approx Mineral Green. HEX triplet: 44, 63 and 4A. RGB value is (68,99,74). Sum of RGB (Red+Green+Blue) = 68+99+74=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #44634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44634A is #BB9CB5. Grayscale: #565656. Windows color (decimal): -12295350 or 4875076. OLE color: 4875076.

HSL color Cylindrical-coordinate representation of color #44634A: hue angle of 131.61º 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 #44634A is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB689974-
CMYK0.3100.250.61
HSL131.61º18.56%32.75%-
HSV(B)131.61º31.31%38.82%-
XYZ8.0810.658.11-
YUV86.88120.73114.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=28.22%
G=41.08%
B=30.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899740.3100.250.61131.6118.5632.75
Hex44634A1F0193D841321
Octal10414311237031752042341
Binary100010011000111001010111110110011111011000010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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