#417978

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

Shades of Ming #417978

Tints of Ming #417978

Color information

#417978 (or 0x417978) is unknown color: approx Ming. HEX triplet: 41, 79 and 78. RGB value is (65,121,120). Sum of RGB (Red+Green+Blue) = 65+121+120=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #417978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417978 is #BE8687. Grayscale: #686868. Windows color (decimal): -12486280 or 7895361. OLE color: 7895361.

HSL color Cylindrical-coordinate representation of color #417978: hue angle of 178.93º 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 #417978 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB65121120-
CMYK0.4600.010.53
HSL178.93º30.11%36.47%-
HSV(B)178.93º46.28%47.45%-
XYZ12.4116.1520.23-
YUV104.14136.95100.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=21.24%
G=39.54%
B=39.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651211200.4600.010.53178.9330.1136.47
Hex4179782E0135b31e24
Octal1011711705601652633644
Binary100000111110011111000101110011101011011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417978; }

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

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

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

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

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

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

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

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