Html Css Color HEX #486761 Dark Green Copper

📋 copy color: '#486761'

red 72 ◦ green 103 ◦ blue 97

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

Shades of Dark Green Copper #486761

Tints of Dark Green Copper #486761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 26.47%
G = 37.87%
B = 35.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#486761 (or 0x486761) is known color: Dark Green Copper. HEX triplet: 48, 67 and 61. RGB value is (72,103,97). Sum of RGB (Red+Green+Blue) = 72+103+97=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #486761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486761 is #B7989E. Grayscale: #5D5D5D. Windows color (decimal): -12032159 or 6383432. OLE color: 6383432.

HSL color Cylindrical-coordinate representation of color #486761: hue angle of 168.39º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486761 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 97 -
CMYK 0.30 0 0.06 0.60
HSL 168.39º 0.18% 0.34% -
HSV(B) 168.39º 0.3% 0.4% -
XYZ 9.68 11.94 13.1 -
YUV 93.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 72 103 97 0.30 0 0.06 0.60 168.39 0.18 0.34
Hex 48 67 61 1E 0 6 3C A8 12 22
Octal 110 147 141 36 0 6 74 250 22 42
Binary 1001000 1100111 1100001 11110 0 110 111100 10101000 10010 100010

Color Harmonies of #486761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486761

Black with #486761

Text Example


Text Example

White with #486761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486761; }

 p { color: rgb(72,103,97); }

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

background-color css

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

 a { background-color: rgb(72,103,97); }

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

border-color css

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

 span { border-color: rgb(72,103,97); }

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