Html Css Color HEX #487064 Dark Green Copper

📋 copy color: '#487064'

red 72 ◦ green 112 ◦ blue 100

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

Shades of Dark Green Copper #487064

Tints of Dark Green Copper #487064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 25.35%
G = 39.44%
B = 35.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#487064 (or 0x487064) is known color: Dark Green Copper. HEX triplet: 48, 70 and 64. RGB value is (72,112,100). Sum of RGB (Red+Green+Blue) = 72+112+100=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #487064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487064 is #B78F9B. Grayscale: #626262. Windows color (decimal): -12029852 or 6582344. OLE color: 6582344.

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

Color convert

RGB 72 112 100 -
CMYK 0.36 0 0.11 0.56
HSL 162º 0.22% 0.36% -
HSV(B) 162º 0.36% 0.44% -
XYZ 10.77 13.89 14.17 -
YUV 98.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 72 112 100 0.36 0 0.11 0.56 162 0.22 0.36
Hex 48 70 64 24 0 B 38 A2 16 24
Octal 110 160 144 44 0 13 70 242 26 44
Binary 1001000 1110000 1100100 100100 0 1011 111000 10100010 10110 100100

Color Harmonies of #487064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487064

Black with #487064

Text Example


Text Example

White with #487064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487064; }

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

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

background-color css

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

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

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

border-color css

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

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

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