Html Css Color HEX #487676 Ming

📋 copy color: '#487676'

red 72 ◦ green 118 ◦ blue 118

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

Shades of Ming #487676

Tints of Ming #487676

RGB

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

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

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

R = 23.38%
G = 38.31%
B = 38.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#487676 (or 0x487676) is known color: Ming. HEX triplet: 48, 76 and 76. RGB value is (72,118,118). Sum of RGB (Red+Green+Blue) = 72+118+118=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #487676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487676 is #B78989. Grayscale: #686868. Windows color (decimal): -12028298 or 7763528. OLE color: 7763528.

HSL color Cylindrical-coordinate representation of color #487676: 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.39%. Process color model (Four color, CMYK) of #487676 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 118 -
CMYK 0.39 0 0 0.54
HSL 180º 0.24% 0.37% -
HSV(B) 180º 0.39% 0.46% -
XYZ 12.42 15.64 19.5 -
YUV 104.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 72 118 118 0.39 0 0 0.54 180 0.24 0.37
Hex 48 76 76 27 0 0 36 B4 18 25
Octal 110 166 166 47 0 0 66 264 30 45
Binary 1001000 1110110 1110110 100111 0 0 110110 10110100 11000 100101

Color Harmonies of #487676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487676

Black with #487676

Text Example


Text Example

White with #487676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487676; }

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

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

background-color css

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

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

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

border-color css

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

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

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