#487A6B

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

Shades of Dark Green Copper #487A6B

Tints of Dark Green Copper #487A6B

Color information

#487A6B (or 0x487A6B) is unknown color: approx Dark Green Copper. HEX triplet: 48, 7A and 6B. RGB value is (72,122,107). Sum of RGB (Red+Green+Blue) = 72+122+107=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #487A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A6B is #B78594. Grayscale: #696969. Windows color (decimal): -12027285 or 7043656. OLE color: 7043656.

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

Color convert

RGB72122107-
CMYK0.4100.120.52
HSL162º25.77%38.04%-
HSV(B)162º40.98%47.84%-
XYZ12.2916.3616.42-
YUV105.34128.94104.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=23.92%
G=40.53%
B=35.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721221070.4100.120.5216225.7738.04
Hex487A6B290C34a21a26
Octal11017215351014642423246
Binary100100011110101101011101001011001101001010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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