Html Css Color HEX #487168 Dark Green Copper

📋 copy color: '#487168'

red 72 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #487168

Tints of Dark Green Copper #487168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 24.91%
G = 39.1%
B = 35.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#487168 (or 0x487168) is known color: Dark Green Copper. HEX triplet: 48, 71 and 68. RGB value is (72,113,104). Sum of RGB (Red+Green+Blue) = 72+113+104=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #487168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487168 is #B78E97. Grayscale: #636363. Windows color (decimal): -12029592 or 6844744. OLE color: 6844744.

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

Color convert

RGB 72 113 104 -
CMYK 0.36 0 0.08 0.56
HSL 166.83º 0.22% 0.36% -
HSV(B) 166.83º 0.36% 0.44% -
XYZ 11.08 14.19 15.25 -
YUV 99.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 72 113 104 0.36 0 0.08 0.56 166.83 0.22 0.36
Hex 48 71 68 24 0 8 38 A7 16 24
Octal 110 161 150 44 0 10 70 247 26 44
Binary 1001000 1110001 1101000 100100 0 1000 111000 10100111 10110 100100

Color Harmonies of #487168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487168

Black with #487168

Text Example


Text Example

White with #487168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487168; }

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

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

background-color css

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

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

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

border-color css

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

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

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