Html Css Color HEX #487565 Dark Green Copper

📋 copy color: '#487565'

red 72 ◦ green 117 ◦ blue 101

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

Shades of Dark Green Copper #487565

Tints of Dark Green Copper #487565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 24.83%
G = 40.34%
B = 34.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#487565 (or 0x487565) is known color: Dark Green Copper. HEX triplet: 48, 75 and 65. RGB value is (72,117,101). Sum of RGB (Red+Green+Blue) = 72+117+101=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #487565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487565 is #B78A9A. Grayscale: #656565. Windows color (decimal): -12028571 or 6649160. OLE color: 6649160.

HSL color Cylindrical-coordinate representation of color #487565: hue angle of 158.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487565 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 101 -
CMYK 0.38 0 0.14 0.54
HSL 158.67º 0.24% 0.37% -
HSV(B) 158.67º 0.38% 0.46% -
XYZ 11.38 15.04 14.61 -
YUV 101.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 72 117 101 0.38 0 0.14 0.54 158.67 0.24 0.37
Hex 48 75 65 26 0 E 36 9F 18 25
Octal 110 165 145 46 0 16 66 237 30 45
Binary 1001000 1110101 1100101 100110 0 1110 110110 10011111 11000 100101

Color Harmonies of #487565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487565

Black with #487565

Text Example


Text Example

White with #487565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487565; }

 p { color: rgb(72,117,101); }

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

background-color css

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

 a { background-color: rgb(72,117,101); }

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

border-color css

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

 span { border-color: rgb(72,117,101); }

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