#417775

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

Shades of Ming #417775

Tints of Ming #417775

Color information

#417775 (or 0x417775) is unknown color: approx Ming. HEX triplet: 41, 77 and 75. RGB value is (65,119,117). Sum of RGB (Red+Green+Blue) = 65+119+117=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #417775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417775 is #BE888A. Grayscale: #666666. Windows color (decimal): -12486795 or 7698241. OLE color: 7698241.

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

Color convert

RGB65119117-
CMYK0.4500.020.53
HSL177.78º29.35%36.08%-
HSV(B)177.78º45.38%46.67%-
XYZ11.9915.619.21-
YUV102.63136.11101.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=21.59%
G=39.53%
B=38.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651191170.4500.020.53177.7829.3536.08
Hex4177752D0235b21d24
Octal1011671655502652623544
Binary1000001111011111101011011010101101011011001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417775; }

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

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

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

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

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

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

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

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