Html Css Color HEX #486E65 Dark Green Copper

📋 copy color: '#486E65'

red 72 ◦ green 110 ◦ blue 101

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

Shades of Dark Green Copper #486E65

Tints of Dark Green Copper #486E65

RGB

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

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

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

R = 25.44%
G = 38.87%
B = 35.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#486E65 (or 0x486E65) is known color: Dark Green Copper. HEX triplet: 48, 6E and 65. RGB value is (72,110,101). Sum of RGB (Red+Green+Blue) = 72+110+101=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #486E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E65 is #B7919A. Grayscale: #616161. Windows color (decimal): -12030363 or 6647368. OLE color: 6647368.

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

Color convert

RGB 72 110 101 -
CMYK 0.35 0 0.08 0.57
HSL 165.79º 0.21% 0.36% -
HSV(B) 165.79º 0.35% 0.43% -
XYZ 10.6 13.47 14.35 -
YUV 97.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 72 110 101 0.35 0 0.08 0.57 165.79 0.21 0.36
Hex 48 6E 65 23 0 8 39 A6 15 24
Octal 110 156 145 43 0 10 71 246 25 44
Binary 1001000 1101110 1100101 100011 0 1000 111001 10100110 10101 100100

Color Harmonies of #486E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E65

Black with #486E65

Text Example


Text Example

White with #486E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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