Html Css Color HEX #41716F Ming

📋 copy color: '#41716F'

red 65 ◦ green 113 ◦ blue 111

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

Shades of Ming #41716F

Tints of Ming #41716F

RGB

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

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

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

R = 22.49%
G = 39.1%
B = 38.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#41716F (or 0x41716F) is known color: Ming. HEX triplet: 41, 71 and 6F. RGB value is (65,113,111). Sum of RGB (Red+Green+Blue) = 65+113+111=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #41716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41716F is #BE8E90. Grayscale: #626262. Windows color (decimal): -12488337 or 7303489. OLE color: 7303489.

HSL color Cylindrical-coordinate representation of color #41716F: hue angle of 177.5º 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 #41716F is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 111 -
CMYK 0.42 0 0.02 0.56
HSL 177.5º 0.27% 0.35% -
HSV(B) 177.5º 0.42% 0.44% -
XYZ 10.95 14.08 17.18 -
YUV 98.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 65 113 111 0.42 0 0.02 0.56 177.5 0.27 0.35
Hex 41 71 6F 2A 0 2 38 B2 1B 23
Octal 101 161 157 52 0 2 70 262 33 43
Binary 1000001 1110001 1101111 101010 0 10 111000 10110010 11011 100011

Color Harmonies of #41716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41716F

Black with #41716F

Text Example


Text Example

White with #41716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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