Html Css Color HEX #487470 Dark Green Copper

📋 copy color: '#487470'

red 72 ◦ green 116 ◦ blue 112

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

Shades of Dark Green Copper #487470

Tints of Dark Green Copper #487470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 24%
G = 38.67%
B = 37.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#487470 (or 0x487470) is known color: Dark Green Copper. HEX triplet: 48, 74 and 70. RGB value is (72,116,112). Sum of RGB (Red+Green+Blue) = 72+116+112=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #487470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487470 is #B78B8F. Grayscale: #666666. Windows color (decimal): -12028816 or 7369800. OLE color: 7369800.

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

Color convert

RGB 72 116 112 -
CMYK 0.38 0 0.03 0.55
HSL 174.55º 0.23% 0.37% -
HSV(B) 174.55º 0.38% 0.45% -
XYZ 11.84 15.04 17.61 -
YUV 102.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 72 116 112 0.38 0 0.03 0.55 174.55 0.23 0.37
Hex 48 74 70 26 0 3 37 AF 17 25
Octal 110 164 160 46 0 3 67 257 27 45
Binary 1001000 1110100 1110000 100110 0 11 110111 10101111 10111 100101

Color Harmonies of #487470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487470

Black with #487470

Text Example


Text Example

White with #487470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487470; }

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

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

background-color css

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

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

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

border-color css

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

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

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