Html Css Color HEX #487A6B Dark Green Copper

📋 copy color: '#487A6B'

red 72 ◦ green 122 ◦ blue 107

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

Shades of Dark Green Copper #487A6B

Tints of Dark Green Copper #487A6B

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 value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#487A6B (or 0x487A6B) is known color: 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

RGB 72 122 107 -
CMYK 0.41 0 0.12 0.52
HSL 162º 0.26% 0.38% -
HSV(B) 162º 0.41% 0.48% -
XYZ 12.29 16.36 16.42 -
YUV 105.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 72 122 107 0.41 0 0.12 0.52 162 0.26 0.38
Hex 48 7A 6B 29 0 C 34 A2 1A 26
Octal 110 172 153 51 0 14 64 242 32 46
Binary 1001000 1111010 1101011 101001 0 1100 110100 10100010 11010 100110

Color Harmonies of #487A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A6B

Black with #487A6B

Text Example


Text Example

White with #487A6B

Text Example


Text Example

HTML Codes & Css Web 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>