#417875

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

Shades of Ming #417875

Tints of Ming #417875

Color information

#417875 (or 0x417875) is unknown color: approx Ming. HEX triplet: 41, 78 and 75. RGB value is (65,120,117). Sum of RGB (Red+Green+Blue) = 65+120+117=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #417875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417875 is #BE878A. Grayscale: #676767. Windows color (decimal): -12486539 or 7698497. OLE color: 7698497.

HSL color Cylindrical-coordinate representation of color #417875: hue angle of 176.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417875 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB65120117-
CMYK0.4600.020.53
HSL176.73º29.73%36.27%-
HSV(B)176.73º45.83%47.06%-
XYZ12.1115.8419.25-
YUV103.21135.78100.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=21.52%
G=39.74%
B=38.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651201170.4600.020.53176.7329.7336.27
Hex4178752E0235b11e24
Octal1011701655602652613644
Binary1000001111100011101011011100101101011011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417875; }

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

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

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

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

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

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

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

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