Html Css Color HEX #487165 Dark Green Copper

📋 copy color: '#487165'

red 72 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #487165

Tints of Dark Green Copper #487165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

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

R = 25.17%
G = 39.51%
B = 35.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#487165 (or 0x487165) is known color: Dark Green Copper. HEX triplet: 48, 71 and 65. RGB value is (72,113,101). Sum of RGB (Red+Green+Blue) = 72+113+101=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #487165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487165 is #B78E9A. Grayscale: #636363. Windows color (decimal): -12029595 or 6648136. OLE color: 6648136.

HSL color Cylindrical-coordinate representation of color #487165: hue angle of 162.44º 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 #487165 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 101 -
CMYK 0.36 0 0.11 0.56
HSL 162.44º 0.22% 0.36% -
HSV(B) 162.44º 0.36% 0.44% -
XYZ 10.93 14.13 14.46 -
YUV 99.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 72 113 101 0.36 0 0.11 0.56 162.44 0.22 0.36
Hex 48 71 65 24 0 B 38 A2 16 24
Octal 110 161 145 44 0 13 70 242 26 44
Binary 1001000 1110001 1100101 100100 0 1011 111000 10100010 10110 100100

Color Harmonies of #487165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487165

Black with #487165

Text Example


Text Example

White with #487165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487165; }

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

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

background-color css

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

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

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

border-color css

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

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

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