Html Css Color HEX #41716E Ming

📋 copy color: '#41716E'

red 65 ◦ green 113 ◦ blue 110

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

Shades of Ming #41716E

Tints of Ming #41716E

RGB

 RED value IS 65 (25.78% from 255) = 22.57%

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

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 22.57%
G = 39.24%
B = 38.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#41716E (or 0x41716E) is known color: Ming. HEX triplet: 41, 71 and 6E. RGB value is (65,113,110). Sum of RGB (Red+Green+Blue) = 65+113+110=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #41716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41716E is #BE8E91. Grayscale: #626262. Windows color (decimal): -12488338 or 7237953. OLE color: 7237953.

HSL color Cylindrical-coordinate representation of color #41716E: hue angle of 176.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41716E is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 110 -
CMYK 0.42 0 0.03 0.56
HSL 176.25º 0.27% 0.35% -
HSV(B) 176.25º 0.42% 0.44% -
XYZ 10.9 14.06 16.89 -
YUV 98.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 65 113 110 0.42 0 0.03 0.56 176.25 0.27 0.35
Hex 41 71 6E 2A 0 3 38 B0 1B 23
Octal 101 161 156 52 0 3 70 260 33 43
Binary 1000001 1110001 1101110 101010 0 11 111000 10110000 11011 100011

Color Harmonies of #41716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41716E

Black with #41716E

Text Example


Text Example

White with #41716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,113,110); }

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

background-color css

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

 a { background-color: rgb(65,113,110); }

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

border-color css

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

 span { border-color: rgb(65,113,110); }

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