Html Css Color HEX #487A72 Dark Green Copper

📋 copy color: '#487A72'

red 72 ◦ green 122 ◦ blue 114

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

Shades of Dark Green Copper #487A72

Tints of Dark Green Copper #487A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 23.38%
G = 39.61%
B = 37.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#487A72 (or 0x487A72) is known color: Dark Green Copper. HEX triplet: 48, 7A and 72. RGB value is (72,122,114). Sum of RGB (Red+Green+Blue) = 72+122+114=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #487A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A72 is #B7858D. Grayscale: #6A6A6A. Windows color (decimal): -12027278 or 7502408. OLE color: 7502408.

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

Color convert

RGB 72 122 114 -
CMYK 0.41 0 0.07 0.52
HSL 170.4º 0.26% 0.38% -
HSV(B) 170.4º 0.41% 0.48% -
XYZ 12.67 16.51 18.44 -
YUV 106.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 72 122 114 0.41 0 0.07 0.52 170.4 0.26 0.38
Hex 48 7A 72 29 0 7 34 AA 1A 26
Octal 110 172 162 51 0 7 64 252 32 46
Binary 1001000 1111010 1110010 101001 0 111 110100 10101010 11010 100110

Color Harmonies of #487A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A72

Black with #487A72

Text Example


Text Example

White with #487A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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