Html Css Color HEX #44694E Mineral Green

📋 copy color: '#44694E'

red 68 ◦ green 105 ◦ blue 78

#44694E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #44694E

Tints of Mineral Green #44694E

RGB

 RED value IS 68 (26.95% from 255) = 27.09%

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 27.09%
G = 41.83%
B = 31.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#44694E (or 0x44694E) is known color: Mineral Green. HEX triplet: 44, 69 and 4E. RGB value is (68,105,78). Sum of RGB (Red+Green+Blue) = 68+105+78=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #44694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44694E is #BB96B1. Grayscale: #5A5A5A. Windows color (decimal): -12293810 or 5138756. OLE color: 5138756.

HSL color Cylindrical-coordinate representation of color #44694E: hue angle of 136.22º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44694E is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 105 78 -
CMYK 0.35 0 0.26 0.59
HSL 136.22º 0.21% 0.34% -
HSV(B) 136.22º 0.35% 0.41% -
XYZ 8.81 11.88 9.04 -
YUV 90.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 68 105 78 0.35 0 0.26 0.59 136.22 0.21 0.34
Hex 44 69 4E 23 0 1A 3B 88 15 22
Octal 104 151 116 43 0 32 73 210 25 42
Binary 1000100 1101001 1001110 100011 0 11010 111011 10001000 10101 100010

Color Harmonies of #44694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44694E

Black with #44694E

Text Example


Text Example

White with #44694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44694E; }

 p { color: rgb(68,105,78); }

 H1.HeaderClassName
 {
   color: #44694E;
 }
 .AnyTagClassName
 {
   color: #44694E;
 }
</style>

background-color css

<style>
 a { background-color: #44694E; }

 a { background-color: rgb(68,105,78); }

 div.DivClassName
 {
   background-color: #44694E;
 }
 .BgClassName
 {
   background-color: #44694E;
 }
</style>

border-color css

<style>
 span { border-color: #44694E; }

 span { border-color: rgb(68,105,78); }

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