#417974

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

Shades of Ming #417974

Tints of Ming #417974

Color information

#417974 (or 0x417974) is unknown color: approx Ming. HEX triplet: 41, 79 and 74. RGB value is (65,121,116). Sum of RGB (Red+Green+Blue) = 65+121+116=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #417974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417974 is #BE868B. Grayscale: #676767. Windows color (decimal): -12486284 or 7633217. OLE color: 7633217.

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

Color convert

RGB65121116-
CMYK0.4600.040.53
HSL174.64º30.11%36.47%-
HSV(B)174.64º46.28%47.45%-
XYZ12.1716.0618.98-
YUV103.69134.95100.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=21.52%
G=40.07%
B=38.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651211160.4600.040.53174.6430.1136.47
Hex4179742E0435af1e24
Octal1011711645604652573644
Binary10000011111001111010010111001001101011010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417974; }

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

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

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

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

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

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

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

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