#417672

Color #417672 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #417672

Tints of Ming #417672

Color information

#417672 (or 0x417672) is unknown color: approx Ming. HEX triplet: 41, 76 and 72. RGB value is (65,118,114). Sum of RGB (Red+Green+Blue) = 65+118+114=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #417672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417672 is #BE898D. Grayscale: #656565. Windows color (decimal): -12487054 or 7501377. OLE color: 7501377.

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

Color convert

RGB65118114-
CMYK0.4500.030.54
HSL175.47º28.96%35.88%-
HSV(B)175.47º44.92%46.27%-
XYZ11.715.318.26-
YUV101.7134.94101.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=21.89%
G=39.73%
B=38.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651181140.4500.030.54175.4728.9635.88
Hex4176722D0336af1d24
Octal1011661625503662573544
Binary1000001111011011100101011010111101101010111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417672; }

 p { color: rgb(65,118,114); }

 H1.HeaderClassName
 {
   color: #417672;
 }
 .AnyTagClassName
 {
   color: #417672;
 }
</style>
background-color css

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

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

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

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

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

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