Html Css Color HEX #487063 Dark Green Copper

📋 copy color: '#487063'

red 72 ◦ green 112 ◦ blue 99

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

Shades of Dark Green Copper #487063

Tints of Dark Green Copper #487063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 25.44%
G = 39.58%
B = 34.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#487063 (or 0x487063) is known color: Dark Green Copper. HEX triplet: 48, 70 and 63. RGB value is (72,112,99). Sum of RGB (Red+Green+Blue) = 72+112+99=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #487063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487063 is #B78F9C. Grayscale: #626262. Windows color (decimal): -12029853 or 6516808. OLE color: 6516808.

HSL color Cylindrical-coordinate representation of color #487063: hue angle of 160.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487063 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 99 -
CMYK 0.36 0 0.12 0.56
HSL 160.5º 0.22% 0.36% -
HSV(B) 160.5º 0.36% 0.44% -
XYZ 10.72 13.87 13.92 -
YUV 98.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 72 112 99 0.36 0 0.12 0.56 160.5 0.22 0.36
Hex 48 70 63 24 0 C 38 A0 16 24
Octal 110 160 143 44 0 14 70 240 26 44
Binary 1001000 1110000 1100011 100100 0 1100 111000 10100000 10110 100100

Color Harmonies of #487063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487063

Black with #487063

Text Example


Text Example

White with #487063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487063; }

 p { color: rgb(72,112,99); }

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

background-color css

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

 a { background-color: rgb(72,112,99); }

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

border-color css

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

 span { border-color: rgb(72,112,99); }

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