Html Css Color HEX #487C74 Dark Green Copper

📋 copy color: '#487C74'

red 72 ◦ green 124 ◦ blue 116

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

Shades of Dark Green Copper #487C74

Tints of Dark Green Copper #487C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

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

R = 23.08%
G = 39.74%
B = 37.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#487C74 (or 0x487C74) is known color: Dark Green Copper. HEX triplet: 48, 7C and 74. RGB value is (72,124,116). Sum of RGB (Red+Green+Blue) = 72+124+116=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #487C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C74 is #B7838B. Grayscale: #6B6B6B. Windows color (decimal): -12026764 or 7633992. OLE color: 7633992.

HSL color Cylindrical-coordinate representation of color #487C74: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C74 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 124 116 -
CMYK 0.42 0 0.06 0.51
HSL 170.77º 0.27% 0.38% -
HSV(B) 170.77º 0.42% 0.49% -
XYZ 13.03 17.05 19.13 -
YUV 107.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 72 124 116 0.42 0 0.06 0.51 170.77 0.27 0.38
Hex 48 7C 74 2A 0 6 33 AB 1B 26
Octal 110 174 164 52 0 6 63 253 33 46
Binary 1001000 1111100 1110100 101010 0 110 110011 10101011 11011 100110

Color Harmonies of #487C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C74

Black with #487C74

Text Example


Text Example

White with #487C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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