#487270

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

Shades of Dark Green Copper #487270

Tints of Dark Green Copper #487270

Color information

#487270 (or 0x487270) is unknown color: approx Dark Green Copper. HEX triplet: 48, 72 and 70. RGB value is (72,114,112). Sum of RGB (Red+Green+Blue) = 72+114+112=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #487270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487270 is #B78D8F. Grayscale: #656565. Windows color (decimal): -12029328 or 7369288. OLE color: 7369288.

HSL color Cylindrical-coordinate representation of color #487270: hue angle of 177.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487270 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB72114112-
CMYK0.3700.020.55
HSL177.14º22.58%36.47%-
HSV(B)177.14º36.84%44.71%-
XYZ11.6114.5817.53-
YUV101.21134.09107.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=24.16%
G=38.26%
B=37.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721141120.3700.020.55177.1422.5836.47
Hex487270250237b11724
Octal1101621604502672612744
Binary1001000111001011100001001010101101111011000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487270; }

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

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

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

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

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

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

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

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