Html Css Color HEX #487164 Dark Green Copper

📋 copy color: '#487164'

red 72 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #487164

Tints of Dark Green Copper #487164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 25.26%
G = 39.65%
B = 35.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#487164 (or 0x487164) is known color: Dark Green Copper. HEX triplet: 48, 71 and 64. RGB value is (72,113,100). Sum of RGB (Red+Green+Blue) = 72+113+100=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #487164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487164 is #B78E9B. Grayscale: #636363. Windows color (decimal): -12029596 or 6582600. OLE color: 6582600.

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

Color convert

RGB 72 113 100 -
CMYK 0.36 0 0.12 0.56
HSL 160.98º 0.22% 0.36% -
HSV(B) 160.98º 0.36% 0.44% -
XYZ 10.88 14.11 14.21 -
YUV 99.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 72 113 100 0.36 0 0.12 0.56 160.98 0.22 0.36
Hex 48 71 64 24 0 C 38 A1 16 24
Octal 110 161 144 44 0 14 70 241 26 44
Binary 1001000 1110001 1100100 100100 0 1100 111000 10100001 10110 100100

Color Harmonies of #487164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487164

Black with #487164

Text Example


Text Example

White with #487164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487164; }

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

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

background-color css

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

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

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

border-color css

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

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

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