Html Css Color HEX #487065 Dark Green Copper

📋 copy color: '#487065'

red 72 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #487065

Tints of Dark Green Copper #487065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

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

R = 25.26%
G = 39.3%
B = 35.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#487065 (or 0x487065) is known color: Dark Green Copper. HEX triplet: 48, 70 and 65. RGB value is (72,112,101). Sum of RGB (Red+Green+Blue) = 72+112+101=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #487065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487065 is #B78F9A. Grayscale: #626262. Windows color (decimal): -12029851 or 6647880. OLE color: 6647880.

HSL color Cylindrical-coordinate representation of color #487065: hue angle of 163.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487065 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 101 -
CMYK 0.36 0 0.10 0.56
HSL 163.5º 0.22% 0.36% -
HSV(B) 163.5º 0.36% 0.44% -
XYZ 10.82 13.91 14.43 -
YUV 98.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 72 112 101 0.36 0 0.10 0.56 163.5 0.22 0.36
Hex 48 70 65 24 0 A 38 A4 16 24
Octal 110 160 145 44 0 12 70 244 26 44
Binary 1001000 1110000 1100101 100100 0 1010 111000 10100100 10110 100100

Color Harmonies of #487065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487065

Black with #487065

Text Example


Text Example

White with #487065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487065; }

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

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

background-color css

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

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

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

border-color css

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

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

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