Html Css Color HEX #487163 Dark Green Copper

📋 copy color: '#487163'

red 72 ◦ green 113 ◦ blue 99

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

Shades of Dark Green Copper #487163

Tints of Dark Green Copper #487163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

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

R = 25.35%
G = 39.79%
B = 34.86%

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

#487163 (or 0x487163) is known color: Dark Green Copper. HEX triplet: 48, 71 and 63. RGB value is (72,113,99). Sum of RGB (Red+Green+Blue) = 72+113+99=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #487163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487163 is #B78E9C. Grayscale: #636363. Windows color (decimal): -12029597 or 6517064. OLE color: 6517064.

HSL color Cylindrical-coordinate representation of color #487163: hue angle of 159.51º 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 #487163 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 99 -
CMYK 0.36 0 0.12 0.56
HSL 159.51º 0.22% 0.36% -
HSV(B) 159.51º 0.36% 0.44% -
XYZ 10.83 14.09 13.95 -
YUV 99.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 72 113 99 0.36 0 0.12 0.56 159.51 0.22 0.36
Hex 48 71 63 24 0 C 38 A0 16 24
Octal 110 161 143 44 0 14 70 240 26 44
Binary 1001000 1110001 1100011 100100 0 1100 111000 10100000 10110 100100

Color Harmonies of #487163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487163

Black with #487163

Text Example


Text Example

White with #487163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487163; }

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

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

background-color css

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

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

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

border-color css

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

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

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