Html Css Color HEX #487A6F Dark Green Copper

📋 copy color: '#487A6F'

red 72 ◦ green 122 ◦ blue 111

#487A6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #487A6F

Tints of Dark Green Copper #487A6F

RGB

 RED value IS 72 (28.52% from 255) = 23.61%

 GREEN value IS 122 (48.05% from 255) = 40%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 23.61%
G = 40%
B = 36.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#487A6F (or 0x487A6F) is known color: Dark Green Copper. HEX triplet: 48, 7A and 6F. RGB value is (72,122,111). Sum of RGB (Red+Green+Blue) = 72+122+111=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #487A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A6F is #B78590. Grayscale: #696969. Windows color (decimal): -12027281 or 7305800. OLE color: 7305800.

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

Color convert

RGB 72 122 111 -
CMYK 0.41 0 0.09 0.52
HSL 166.8º 0.26% 0.38% -
HSV(B) 166.8º 0.41% 0.48% -
XYZ 12.5 16.44 17.55 -
YUV 105.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 72 122 111 0.41 0 0.09 0.52 166.8 0.26 0.38
Hex 48 7A 6F 29 0 9 34 A7 1A 26
Octal 110 172 157 51 0 11 64 247 32 46
Binary 1001000 1111010 1101111 101001 0 1001 110100 10100111 11010 100110

Color Harmonies of #487A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A6F

Black with #487A6F

Text Example


Text Example

White with #487A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #487A6F;
 }
 .AnyTagClassName
 {
   color: #487A6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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