Html Css Color HEX #487577 Ming

📋 copy color: '#487577'

red 72 ◦ green 117 ◦ blue 119

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

Shades of Ming #487577

Tints of Ming #487577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 23.38%
G = 37.99%
B = 38.64%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487577 (or 0x487577) is known color: Ming. HEX triplet: 48, 75 and 77. RGB value is (72,117,119). Sum of RGB (Red+Green+Blue) = 72+117+119=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #487577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487577 is #B78A88. Grayscale: #676767. Windows color (decimal): -12028553 or 7828808. OLE color: 7828808.

HSL color Cylindrical-coordinate representation of color #487577: hue angle of 182.55º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487577 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 117 119 -
CMYK 0.39 0.02 0 0.53
HSL 182.55º 0.25% 0.37% -
HSV(B) 182.55º 0.39% 0.47% -
XYZ 12.36 15.43 19.78 -
YUV 103.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 72 117 119 0.39 0.02 0 0.53 182.55 0.25 0.37
Hex 48 75 77 27 2 0 35 B7 19 25
Octal 110 165 167 47 2 0 65 267 31 45
Binary 1001000 1110101 1110111 100111 10 0 110101 10110111 11001 100101

Color Harmonies of #487577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487577

Black with #487577

Text Example


Text Example

White with #487577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487577; }

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

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

background-color css

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

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

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

border-color css

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

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

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