#417772

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

Shades of Ming #417772

Tints of Ming #417772

Color information

#417772 (or 0x417772) is unknown color: approx Ming. HEX triplet: 41, 77 and 72. RGB value is (65,119,114). Sum of RGB (Red+Green+Blue) = 65+119+114=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #417772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417772 is #BE888D. Grayscale: #666666. Windows color (decimal): -12486798 or 7501633. OLE color: 7501633.

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

Color convert

RGB65119114-
CMYK0.4500.040.53
HSL174.44º29.35%36.08%-
HSV(B)174.44º45.38%46.67%-
XYZ11.8115.5318.29-
YUV102.28134.61101.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=21.81%
G=39.93%
B=38.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651191140.4500.040.53174.4429.3536.08
Hex4177722D0435ae1d24
Octal1011671625504652563544
Binary10000011110111111001010110101001101011010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417772; }

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

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

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

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

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

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

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

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