Html Css Color HEX #487372 Ming

📋 copy color: '#487372'

red 72 ◦ green 115 ◦ blue 114

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

Shades of Ming #487372

Tints of Ming #487372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 23.92%
G = 38.21%
B = 37.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#487372 (or 0x487372) is known color: Ming. HEX triplet: 48, 73 and 72. RGB value is (72,115,114). Sum of RGB (Red+Green+Blue) = 72+115+114=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #487372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487372 is #B78C8D. Grayscale: #656565. Windows color (decimal): -12029070 or 7500616. OLE color: 7500616.

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

Color convert

RGB 72 115 114 -
CMYK 0.37 0 0.01 0.55
HSL 178.6º 0.23% 0.37% -
HSV(B) 178.6º 0.37% 0.45% -
XYZ 11.84 14.85 18.16 -
YUV 102.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 72 115 114 0.37 0 0.01 0.55 178.6 0.23 0.37
Hex 48 73 72 25 0 1 37 B3 17 25
Octal 110 163 162 45 0 1 67 263 27 45
Binary 1001000 1110011 1110010 100101 0 1 110111 10110011 10111 100101

Color Harmonies of #487372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487372

Black with #487372

Text Example


Text Example

White with #487372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487372; }

 p { color: rgb(72,115,114); }

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

background-color css

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

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

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

border-color css

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

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

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