Html Css Color HEX #487571 Dark Green Copper

📋 copy color: '#487571'

red 72 ◦ green 117 ◦ blue 113

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

Shades of Dark Green Copper #487571

Tints of Dark Green Copper #487571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 23.84%
G = 38.74%
B = 37.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#487571 (or 0x487571) is known color: Dark Green Copper. HEX triplet: 48, 75 and 71. RGB value is (72,117,113). Sum of RGB (Red+Green+Blue) = 72+117+113=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #487571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487571 is #B78A8E. Grayscale: #676767. Windows color (decimal): -12028559 or 7435592. OLE color: 7435592.

HSL color Cylindrical-coordinate representation of color #487571: hue angle of 174.67º 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 #487571 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 113 -
CMYK 0.38 0 0.03 0.54
HSL 174.67º 0.24% 0.37% -
HSV(B) 174.67º 0.38% 0.46% -
XYZ 12.01 15.29 17.94 -
YUV 103.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 72 117 113 0.38 0 0.03 0.54 174.67 0.24 0.37
Hex 48 75 71 26 0 3 36 AF 18 25
Octal 110 165 161 46 0 3 66 257 30 45
Binary 1001000 1110101 1110001 100110 0 11 110110 10101111 11000 100101

Color Harmonies of #487571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487571

Black with #487571

Text Example


Text Example

White with #487571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487571; }

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

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

background-color css

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

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

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

border-color css

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

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

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