Html Css Color HEX #487066 Dark Green Copper

📋 copy color: '#487066'

red 72 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #487066

Tints of Dark Green Copper #487066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 25.17%
G = 39.16%
B = 35.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#487066 (or 0x487066) is known color: Dark Green Copper. HEX triplet: 48, 70 and 66. RGB value is (72,112,102). Sum of RGB (Red+Green+Blue) = 72+112+102=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #487066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487066 is #B78F99. Grayscale: #626262. Windows color (decimal): -12029850 or 6713416. OLE color: 6713416.

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

Color convert

RGB 72 112 102 -
CMYK 0.36 0 0.09 0.56
HSL 165º 0.22% 0.36% -
HSV(B) 165º 0.36% 0.44% -
XYZ 10.86 13.93 14.69 -
YUV 98.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 72 112 102 0.36 0 0.09 0.56 165 0.22 0.36
Hex 48 70 66 24 0 9 38 A5 16 24
Octal 110 160 146 44 0 11 70 245 26 44
Binary 1001000 1110000 1100110 100100 0 1001 111000 10100101 10110 100100

Color Harmonies of #487066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487066

Black with #487066

Text Example


Text Example

White with #487066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487066; }

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

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

background-color css

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

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

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

border-color css

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

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

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