Html Css Color HEX #487C75 Dark Green Copper

📋 copy color: '#487C75'

red 72 ◦ green 124 ◦ blue 117

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

Shades of Dark Green Copper #487C75

Tints of Dark Green Copper #487C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 23%
G = 39.62%
B = 37.38%

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

#487C75 (or 0x487C75) is known color: Dark Green Copper. HEX triplet: 48, 7C and 75. RGB value is (72,124,117). Sum of RGB (Red+Green+Blue) = 72+124+117=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #487C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C75 is #B7838A. Grayscale: #6B6B6B. Windows color (decimal): -12026763 or 7699528. OLE color: 7699528.

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

Color convert

RGB 72 124 117 -
CMYK 0.42 0 0.06 0.51
HSL 171.92º 0.27% 0.38% -
HSV(B) 171.92º 0.42% 0.49% -
XYZ 13.09 17.08 19.44 -
YUV 107.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 72 124 117 0.42 0 0.06 0.51 171.92 0.27 0.38
Hex 48 7C 75 2A 0 6 33 AC 1B 26
Octal 110 174 165 52 0 6 63 254 33 46
Binary 1001000 1111100 1110101 101010 0 110 110011 10101100 11011 100110

Color Harmonies of #487C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C75

Black with #487C75

Text Example


Text Example

White with #487C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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