Html Css Color HEX #487575 Ming

📋 copy color: '#487575'

red 72 ◦ green 117 ◦ blue 117

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

Shades of Ming #487575

Tints of Ming #487575

RGB

 RED value IS 72 (28.52% from 255) = 23.53%

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

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 23.53%
G = 38.24%
B = 38.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#487575 (or 0x487575) is known color: Ming. HEX triplet: 48, 75 and 75. RGB value is (72,117,117). Sum of RGB (Red+Green+Blue) = 72+117+117=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #487575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487575 is #B78A8A. Grayscale: #676767. Windows color (decimal): -12028555 or 7697736. OLE color: 7697736.

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

Color convert

RGB 72 117 117 -
CMYK 0.38 0 0 0.54
HSL 180º 0.24% 0.37% -
HSV(B) 180º 0.38% 0.46% -
XYZ 12.24 15.38 19.15 -
YUV 103.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 72 117 117 0.38 0 0 0.54 180 0.24 0.37
Hex 48 75 75 26 0 0 36 B4 18 25
Octal 110 165 165 46 0 0 66 264 30 45
Binary 1001000 1110101 1110101 100110 0 0 110110 10110100 11000 100101

Color Harmonies of #487575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487575

Black with #487575

Text Example


Text Example

White with #487575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487575; }

 p { color: rgb(72,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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