Html Css Color HEX #418079 Ming

📋 copy color: '#418079'

red 65 ◦ green 128 ◦ blue 121

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

Shades of Ming #418079

Tints of Ming #418079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 20.7%
G = 40.76%
B = 38.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#418079 (or 0x418079) is known color: Ming. HEX triplet: 41, 80 and 79. RGB value is (65,128,121). Sum of RGB (Red+Green+Blue) = 65+128+121=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #418079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418079 is #BE7F86. Grayscale: #6C6C6C. Windows color (decimal): -12484487 or 7962689. OLE color: 7962689.

HSL color Cylindrical-coordinate representation of color #418079: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #418079 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 121 -
CMYK 0.49 0 0.05 0.50
HSL 173.33º 0.33% 0.38% -
HSV(B) 173.33º 0.49% 0.5% -
XYZ 13.35 17.94 20.85 -
YUV 108.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 65 128 121 0.49 0 0.05 0.50 173.33 0.33 0.38
Hex 41 80 79 31 0 5 32 AD 21 26
Octal 101 200 171 61 0 5 62 255 41 46
Binary 1000001 10000000 1111001 110001 0 101 110010 10101101 100001 100110

Color Harmonies of #418079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418079

Black with #418079

Text Example


Text Example

White with #418079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418079; }

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

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

background-color css

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

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

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

border-color css

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

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

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