Html Css Color HEX #44716F Ming

📋 copy color: '#44716F'

red 68 ◦ green 113 ◦ blue 111

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

Shades of Ming #44716F

Tints of Ming #44716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 23.29%
G = 38.7%
B = 38.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#44716F (or 0x44716F) is known color: Ming. HEX triplet: 44, 71 and 6F. RGB value is (68,113,111). Sum of RGB (Red+Green+Blue) = 68+113+111=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #44716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44716F is #BB8E90. Grayscale: #636363. Windows color (decimal): -12291729 or 7303492. OLE color: 7303492.

HSL color Cylindrical-coordinate representation of color #44716F: hue angle of 177.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44716F is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 111 -
CMYK 0.40 0 0.02 0.56
HSL 177.33º 0.25% 0.35% -
HSV(B) 177.33º 0.4% 0.44% -
XYZ 11.16 14.19 17.19 -
YUV 99.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 68 113 111 0.40 0 0.02 0.56 177.33 0.25 0.35
Hex 44 71 6F 28 0 2 38 B1 19 23
Octal 104 161 157 50 0 2 70 261 31 43
Binary 1000100 1110001 1101111 101000 0 10 111000 10110001 11001 100011

Color Harmonies of #44716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44716F

Black with #44716F

Text Example


Text Example

White with #44716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44716F; }

 p { color: rgb(68,113,111); }

 H1.HeaderClassName
 {
   color: #44716F;
 }
 .AnyTagClassName
 {
   color: #44716F;
 }
</style>

background-color css

<style>
 a { background-color: #44716F; }

 a { background-color: rgb(68,113,111); }

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

border-color css

<style>
 span { border-color: #44716F; }

 span { border-color: rgb(68,113,111); }

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