Html Css Color HEX #487971 Dark Green Copper

📋 copy color: '#487971'

red 72 ◦ green 121 ◦ blue 113

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

Shades of Dark Green Copper #487971

Tints of Dark Green Copper #487971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

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

R = 23.53%
G = 39.54%
B = 36.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#487971 (or 0x487971) is known color: Dark Green Copper. HEX triplet: 48, 79 and 71. RGB value is (72,121,113). Sum of RGB (Red+Green+Blue) = 72+121+113=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #487971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487971 is #B7868E. Grayscale: #696969. Windows color (decimal): -12027535 or 7436616. OLE color: 7436616.

HSL color Cylindrical-coordinate representation of color #487971: hue angle of 170.2º 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 #487971 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 113 -
CMYK 0.40 0 0.07 0.53
HSL 170.2º 0.25% 0.38% -
HSV(B) 170.2º 0.4% 0.47% -
XYZ 12.49 16.24 18.1 -
YUV 105.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 72 121 113 0.40 0 0.07 0.53 170.2 0.25 0.38
Hex 48 79 71 28 0 7 35 AA 19 26
Octal 110 171 161 50 0 7 65 252 31 46
Binary 1001000 1111001 1110001 101000 0 111 110101 10101010 11001 100110

Color Harmonies of #487971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487971

Black with #487971

Text Example


Text Example

White with #487971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487971; }

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

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

background-color css

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

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

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

border-color css

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

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

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