#487A70

Color #487A70 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #487A70

Tints of Dark Green Copper #487A70

Color information

#487A70 (or 0x487A70) is unknown color: approx Dark Green Copper. HEX triplet: 48, 7A and 70. RGB value is (72,122,112). Sum of RGB (Red+Green+Blue) = 72+122+112=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #487A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A70 is #B7858F. Grayscale: #696969. Windows color (decimal): -12027280 or 7371336. OLE color: 7371336.

HSL color Cylindrical-coordinate representation of color #487A70: hue angle of 168º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A70 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB72122112-
CMYK0.4100.080.52
HSL168º25.77%38.04%-
HSV(B)168º40.98%47.84%-
XYZ12.5616.4717.85-
YUV105.91131.44103.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=23.53%
G=39.87%
B=36.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721221120.4100.080.5216825.7738.04
Hex487A70290834a81a26
Octal11017216051010642503246
Binary100100011110101110000101001010001101001010100011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #487A70;
 }
 .AnyTagClassName
 {
   color: #487A70;
 }
</style>
background-color css

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

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

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

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

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

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