Html Css Color HEX #487C6F Dark Green Copper

📋 copy color: '#487C6F'

red 72 ◦ green 124 ◦ blue 111

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

Shades of Dark Green Copper #487C6F

Tints of Dark Green Copper #487C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 23.45%
G = 40.39%
B = 36.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#487C6F (or 0x487C6F) is known color: Dark Green Copper. HEX triplet: 48, 7C and 6F. RGB value is (72,124,111). Sum of RGB (Red+Green+Blue) = 72+124+111=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #487C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C6F is #B78390. Grayscale: #6A6A6A. Windows color (decimal): -12026769 or 7306312. OLE color: 7306312.

HSL color Cylindrical-coordinate representation of color #487C6F: hue angle of 165º 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 #487C6F is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 124 111 -
CMYK 0.42 0 0.10 0.51
HSL 165º 0.27% 0.38% -
HSV(B) 165º 0.42% 0.49% -
XYZ 12.75 16.94 17.64 -
YUV 106.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 72 124 111 0.42 0 0.10 0.51 165 0.27 0.38
Hex 48 7C 6F 2A 0 A 33 A5 1B 26
Octal 110 174 157 52 0 12 63 245 33 46
Binary 1001000 1111100 1101111 101010 0 1010 110011 10100101 11011 100110

Color Harmonies of #487C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C6F

Black with #487C6F

Text Example


Text Example

White with #487C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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