Html Css Color HEX #487873 Dark Green Copper

📋 copy color: '#487873'

red 72 ◦ green 120 ◦ blue 115

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

Shades of Dark Green Copper #487873

Tints of Dark Green Copper #487873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

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

R = 23.45%
G = 39.09%
B = 37.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#487873 (or 0x487873) is known color: Dark Green Copper. HEX triplet: 48, 78 and 73. RGB value is (72,120,115). Sum of RGB (Red+Green+Blue) = 72+120+115=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #487873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487873 is #B7878C. Grayscale: #696969. Windows color (decimal): -12027789 or 7567432. OLE color: 7567432.

HSL color Cylindrical-coordinate representation of color #487873: hue angle of 173.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487873 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 120 115 -
CMYK 0.40 0 0.04 0.53
HSL 173.75º 0.25% 0.38% -
HSV(B) 173.75º 0.4% 0.47% -
XYZ 12.48 16.05 18.66 -
YUV 105.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 72 120 115 0.40 0 0.04 0.53 173.75 0.25 0.38
Hex 48 78 73 28 0 4 35 AE 19 26
Octal 110 170 163 50 0 4 65 256 31 46
Binary 1001000 1111000 1110011 101000 0 100 110101 10101110 11001 100110

Color Harmonies of #487873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487873

Black with #487873

Text Example


Text Example

White with #487873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487873; }

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

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

background-color css

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

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

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

border-color css

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

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

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