#487370

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

Shades of Dark Green Copper #487370

Tints of Dark Green Copper #487370

Color information

#487370 (or 0x487370) is unknown color: approx Dark Green Copper. HEX triplet: 48, 73 and 70. RGB value is (72,115,112). Sum of RGB (Red+Green+Blue) = 72+115+112=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #487370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487370 is #B78C8F. Grayscale: #656565. Windows color (decimal): -12029072 or 7369544. OLE color: 7369544.

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

Color convert

RGB72115112-
CMYK0.3700.030.55
HSL175.81º22.99%36.67%-
HSV(B)175.81º37.39%45.1%-
XYZ11.7314.8117.57-
YUV101.8133.75106.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=24.08%
G=38.46%
B=37.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721151120.3700.030.55175.8122.9936.67
Hex487370250337b01725
Octal1101631604503672602745
Binary1001000111001111100001001010111101111011000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487370; }

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

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

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

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

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

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

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

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