Html Css Color HEX #486762 Dark Green Copper

📋 copy color: '#486762'

red 72 ◦ green 103 ◦ blue 98

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

Shades of Dark Green Copper #486762

Tints of Dark Green Copper #486762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 26.37%
G = 37.73%
B = 35.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#486762 (or 0x486762) is known color: Dark Green Copper. HEX triplet: 48, 67 and 62. RGB value is (72,103,98). Sum of RGB (Red+Green+Blue) = 72+103+98=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #486762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486762 is #B7989D. Grayscale: #5D5D5D. Windows color (decimal): -12032158 or 6448968. OLE color: 6448968.

HSL color Cylindrical-coordinate representation of color #486762: hue angle of 170.32º 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 #486762 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 98 -
CMYK 0.30 0 0.05 0.60
HSL 170.32º 0.18% 0.34% -
HSV(B) 170.32º 0.3% 0.4% -
XYZ 9.73 11.96 13.35 -
YUV 93.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 72 103 98 0.30 0 0.05 0.60 170.32 0.18 0.34
Hex 48 67 62 1E 0 5 3C AA 12 22
Octal 110 147 142 36 0 5 74 252 22 42
Binary 1001000 1100111 1100010 11110 0 101 111100 10101010 10010 100010

Color Harmonies of #486762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486762

Black with #486762

Text Example


Text Example

White with #486762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486762; }

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

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

background-color css

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

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

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

border-color css

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

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

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