#487068

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

Shades of Dark Green Copper #487068

Tints of Dark Green Copper #487068

Color information

#487068 (or 0x487068) is unknown color: approx Dark Green Copper. HEX triplet: 48, 70 and 68. RGB value is (72,112,104). Sum of RGB (Red+Green+Blue) = 72+112+104=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #487068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487068 is #B78F97. Grayscale: #636363. Windows color (decimal): -12029848 or 6844488. OLE color: 6844488.

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

Color convert

RGB72112104-
CMYK0.3600.070.56
HSL168º21.74%36.08%-
HSV(B)168º35.71%43.92%-
XYZ10.9713.9715.21-
YUV99.13130.75108.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=25%
G=38.89%
B=36.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721121040.3600.070.5616821.7436.08
Hex487068240738a81624
Octal1101601504407702502644
Binary10010001110000110100010010001111110001010100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487068; }

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

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

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

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

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

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

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

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