Html Css Color HEX #487C72 Dark Green Copper

📋 copy color: '#487C72'

red 72 ◦ green 124 ◦ blue 114

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

Shades of Dark Green Copper #487C72

Tints of Dark Green Copper #487C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 23.23%
G = 40%
B = 36.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#487C72 (or 0x487C72) is known color: Dark Green Copper. HEX triplet: 48, 7C and 72. RGB value is (72,124,114). Sum of RGB (Red+Green+Blue) = 72+124+114=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #487C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C72 is #B7838D. Grayscale: #6B6B6B. Windows color (decimal): -12026766 or 7502920. OLE color: 7502920.

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

Color convert

RGB 72 124 114 -
CMYK 0.42 0 0.08 0.51
HSL 168.46º 0.27% 0.38% -
HSV(B) 168.46º 0.42% 0.49% -
XYZ 12.92 17.01 18.52 -
YUV 107.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 72 124 114 0.42 0 0.08 0.51 168.46 0.27 0.38
Hex 48 7C 72 2A 0 8 33 A8 1B 26
Octal 110 174 162 52 0 10 63 250 33 46
Binary 1001000 1111100 1110010 101010 0 1000 110011 10101000 11011 100110

Color Harmonies of #487C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C72

Black with #487C72

Text Example


Text Example

White with #487C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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