Html Css Color HEX #417676 Ming

📋 copy color: '#417676'

red 65 ◦ green 118 ◦ blue 118

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

Shades of Ming #417676

Tints of Ming #417676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 21.59%
G = 39.2%
B = 39.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#417676 (or 0x417676) is known color: Ming. HEX triplet: 41, 76 and 76. RGB value is (65,118,118). Sum of RGB (Red+Green+Blue) = 65+118+118=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #417676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417676 is #BE8989. Grayscale: #666666. Windows color (decimal): -12487050 or 7763521. OLE color: 7763521.

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

Color convert

RGB 65 118 118 -
CMYK 0.45 0 0 0.54
HSL 180º 0.29% 0.36% -
HSV(B) 180º 0.45% 0.46% -
XYZ 11.93 15.39 19.48 -
YUV 102.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 65 118 118 0.45 0 0 0.54 180 0.29 0.36
Hex 41 76 76 2D 0 0 36 B4 1D 24
Octal 101 166 166 55 0 0 66 264 35 44
Binary 1000001 1110110 1110110 101101 0 0 110110 10110100 11101 100100

Color Harmonies of #417676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417676

Black with #417676

Text Example


Text Example

White with #417676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417676; }

 p { color: rgb(65,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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