Html Css Color HEX #417574 Ming

📋 copy color: '#417574'

red 65 ◦ green 117 ◦ blue 116

#417574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #417574

Tints of Ming #417574

RGB

 RED value IS 65 (25.78% from 255) = 21.81%

 GREEN value IS 117 (46.09% from 255) = 39.26%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 21.81%
G = 39.26%
B = 38.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#417574 (or 0x417574) is known color: Ming. HEX triplet: 41, 75 and 74. RGB value is (65,117,116). Sum of RGB (Red+Green+Blue) = 65+117+116=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #417574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417574 is #BE8A8B. Grayscale: #656565. Windows color (decimal): -12487308 or 7632193. OLE color: 7632193.

HSL color Cylindrical-coordinate representation of color #417574: hue angle of 178.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417574 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 116 -
CMYK 0.44 0 0.01 0.54
HSL 178.85º 0.29% 0.36% -
HSV(B) 178.85º 0.44% 0.46% -
XYZ 11.69 15.11 18.82 -
YUV 101.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 65 117 116 0.44 0 0.01 0.54 178.85 0.29 0.36
Hex 41 75 74 2C 0 1 36 B3 1D 24
Octal 101 165 164 54 0 1 66 263 35 44
Binary 1000001 1110101 1110100 101100 0 1 110110 10110011 11101 100100

Color Harmonies of #417574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417574

Black with #417574

Text Example


Text Example

White with #417574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417574; }

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

 H1.HeaderClassName
 {
   color: #417574;
 }
 .AnyTagClassName
 {
   color: #417574;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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