Html Css Color HEX #486E68 Dark Green Copper

📋 copy color: '#486E68'

red 72 ◦ green 110 ◦ blue 104

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

Shades of Dark Green Copper #486E68

Tints of Dark Green Copper #486E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

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

R = 25.17%
G = 38.46%
B = 36.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#486E68 (or 0x486E68) is known color: Dark Green Copper. HEX triplet: 48, 6E and 68. RGB value is (72,110,104). Sum of RGB (Red+Green+Blue) = 72+110+104=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #486E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E68 is #B79197. Grayscale: #616161. Windows color (decimal): -12030360 or 6843976. OLE color: 6843976.

HSL color Cylindrical-coordinate representation of color #486E68: hue angle of 170.53º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486E68 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 104 -
CMYK 0.35 0 0.05 0.57
HSL 170.53º 0.21% 0.36% -
HSV(B) 170.53º 0.35% 0.43% -
XYZ 10.75 13.53 15.14 -
YUV 97.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 72 110 104 0.35 0 0.05 0.57 170.53 0.21 0.36
Hex 48 6E 68 23 0 5 39 AB 15 24
Octal 110 156 150 43 0 5 71 253 25 44
Binary 1001000 1101110 1101000 100011 0 101 111001 10101011 10101 100100

Color Harmonies of #486E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E68

Black with #486E68

Text Example


Text Example

White with #486E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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