Html Css Color HEX #417571 Ming

📋 copy color: '#417571'

red 65 ◦ green 117 ◦ blue 113

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

Shades of Ming #417571

Tints of Ming #417571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

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

R = 22.03%
G = 39.66%
B = 38.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#417571 (or 0x417571) is known color: Ming. HEX triplet: 41, 75 and 71. RGB value is (65,117,113). Sum of RGB (Red+Green+Blue) = 65+117+113=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #417571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417571 is #BE8A8E. Grayscale: #646464. Windows color (decimal): -12487311 or 7435585. OLE color: 7435585.

HSL color Cylindrical-coordinate representation of color #417571: hue angle of 175.38º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417571 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 113 -
CMYK 0.44 0 0.03 0.54
HSL 175.38º 0.29% 0.36% -
HSV(B) 175.38º 0.44% 0.46% -
XYZ 11.52 15.04 17.92 -
YUV 101 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 65 117 113 0.44 0 0.03 0.54 175.38 0.29 0.36
Hex 41 75 71 2C 0 3 36 AF 1D 24
Octal 101 165 161 54 0 3 66 257 35 44
Binary 1000001 1110101 1110001 101100 0 11 110110 10101111 11101 100100

Color Harmonies of #417571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417571

Black with #417571

Text Example


Text Example

White with #417571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417571; }

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

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

background-color css

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

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

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

border-color css

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

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

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