Html Css Color HEX #417373 Ming

📋 copy color: '#417373'

red 65 ◦ green 115 ◦ blue 115

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

Shades of Ming #417373

Tints of Ming #417373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 22.03%
G = 38.98%
B = 38.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#417373 (or 0x417373) is known color: Ming. HEX triplet: 41, 73 and 73. RGB value is (65,115,115). Sum of RGB (Red+Green+Blue) = 65+115+115=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #417373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417373 is #BE8C8C. Grayscale: #646464. Windows color (decimal): -12487821 or 7566145. OLE color: 7566145.

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

Color convert

RGB 65 115 115 -
CMYK 0.43 0 0 0.55
HSL 180º 0.28% 0.35% -
HSV(B) 180º 0.43% 0.45% -
XYZ 11.41 14.62 18.44 -
YUV 100.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 65 115 115 0.43 0 0 0.55 180 0.28 0.35
Hex 41 73 73 2B 0 0 37 B4 1C 23
Octal 101 163 163 53 0 0 67 264 34 43
Binary 1000001 1110011 1110011 101011 0 0 110111 10110100 11100 100011

Color Harmonies of #417373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417373

Black with #417373

Text Example


Text Example

White with #417373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417373; }

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

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

background-color css

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

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

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

border-color css

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

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

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