#487A6D

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

Shades of Dark Green Copper #487A6D

Tints of Dark Green Copper #487A6D

Color information

#487A6D (or 0x487A6D) is unknown color: approx Dark Green Copper. HEX triplet: 48, 7A and 6D. RGB value is (72,122,109). Sum of RGB (Red+Green+Blue) = 72+122+109=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #487A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A6D is #B78592. Grayscale: #696969. Windows color (decimal): -12027283 or 7174728. OLE color: 7174728.

HSL color Cylindrical-coordinate representation of color #487A6D: hue angle of 164.4º 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 #487A6D is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB72122109-
CMYK0.4100.110.52
HSL164.4º25.77%38.04%-
HSV(B)164.4º40.98%47.84%-
XYZ12.3916.416.98-
YUV105.57129.94104.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=23.76%
G=40.26%
B=35.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721221090.4100.110.52164.425.7738.04
Hex487A6D290B34a41a26
Octal11017215551013642443246
Binary100100011110101101101101001010111101001010010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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