Html Css Color HEX #417171 Ming

📋 copy color: '#417171'

red 65 ◦ green 113 ◦ blue 113

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

Shades of Ming #417171

Tints of Ming #417171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 22.34%
G = 38.83%
B = 38.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#417171 (or 0x417171) is known color: Ming. HEX triplet: 41, 71 and 71. RGB value is (65,113,113). Sum of RGB (Red+Green+Blue) = 65+113+113=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #417171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417171 is #BE8E8E. Grayscale: #626262. Windows color (decimal): -12488335 or 7434561. OLE color: 7434561.

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

Color convert

RGB 65 113 113 -
CMYK 0.42 0 0 0.56
HSL 180º 0.27% 0.35% -
HSV(B) 180º 0.42% 0.44% -
XYZ 11.07 14.13 17.77 -
YUV 98.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 65 113 113 0.42 0 0 0.56 180 0.27 0.35
Hex 41 71 71 2A 0 0 38 B4 1B 23
Octal 101 161 161 52 0 0 70 264 33 43
Binary 1000001 1110001 1110001 101010 0 0 111000 10110100 11011 100011

Color Harmonies of #417171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417171

Black with #417171

Text Example


Text Example

White with #417171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417171; }

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

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

background-color css

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

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

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

border-color css

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

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

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