Html Css Color HEX #487974 Dark Green Copper

📋 copy color: '#487974'

red 72 ◦ green 121 ◦ blue 116

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

Shades of Dark Green Copper #487974

Tints of Dark Green Copper #487974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 23.3%
G = 39.16%
B = 37.54%

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

#487974 (or 0x487974) is known color: Dark Green Copper. HEX triplet: 48, 79 and 74. RGB value is (72,121,116). Sum of RGB (Red+Green+Blue) = 72+121+116=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #487974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487974 is #B7868B. Grayscale: #696969. Windows color (decimal): -12027532 or 7633224. OLE color: 7633224.

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

Color convert

RGB 72 121 116 -
CMYK 0.40 0 0.04 0.53
HSL 173.88º 0.25% 0.38% -
HSV(B) 173.88º 0.4% 0.47% -
XYZ 12.66 16.31 19 -
YUV 105.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 72 121 116 0.40 0 0.04 0.53 173.88 0.25 0.38
Hex 48 79 74 28 0 4 35 AE 19 26
Octal 110 171 164 50 0 4 65 256 31 46
Binary 1001000 1111001 1110100 101000 0 100 110101 10101110 11001 100110

Color Harmonies of #487974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487974

Black with #487974

Text Example


Text Example

White with #487974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487974; }

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

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

background-color css

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

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

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

border-color css

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

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

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