Html Css Color HEX #486E64 Dark Green Copper

📋 copy color: '#486E64'

red 72 ◦ green 110 ◦ blue 100

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

Shades of Dark Green Copper #486E64

Tints of Dark Green Copper #486E64

RGB

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

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

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

R = 25.53%
G = 39.01%
B = 35.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#486E64 (or 0x486E64) is known color: Dark Green Copper. HEX triplet: 48, 6E and 64. RGB value is (72,110,100). Sum of RGB (Red+Green+Blue) = 72+110+100=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 110 - color contains mainly: green. Hex color #486E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E64 is #B7919B. Grayscale: #616161. Windows color (decimal): -12030364 or 6581832. OLE color: 6581832.

HSL color Cylindrical-coordinate representation of color #486E64: hue angle of 164.21º 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 #486E64 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 100 -
CMYK 0.35 0 0.09 0.57
HSL 164.21º 0.21% 0.36% -
HSV(B) 164.21º 0.35% 0.43% -
XYZ 10.55 13.45 14.1 -
YUV 97.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 72 110 100 0.35 0 0.09 0.57 164.21 0.21 0.36
Hex 48 6E 64 23 0 9 39 A4 15 24
Octal 110 156 144 43 0 11 71 244 25 44
Binary 1001000 1101110 1100100 100011 0 1001 111001 10100100 10101 100100

Color Harmonies of #486E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E64

Black with #486E64

Text Example


Text Example

White with #486E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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