Html Css Color HEX #486963 Dark Green Copper

📋 copy color: '#486963'

red 72 ◦ green 105 ◦ blue 99

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

Shades of Dark Green Copper #486963

Tints of Dark Green Copper #486963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 26.09%
G = 38.04%
B = 35.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#486963 (or 0x486963) is known color: Dark Green Copper. HEX triplet: 48, 69 and 63. RGB value is (72,105,99). Sum of RGB (Red+Green+Blue) = 72+105+99=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #486963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486963 is #B7969C. Grayscale: #5E5E5E. Windows color (decimal): -12031645 or 6515016. OLE color: 6515016.

HSL color Cylindrical-coordinate representation of color #486963: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486963 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 99 -
CMYK 0.31 0 0.06 0.59
HSL 169.09º 0.19% 0.35% -
HSV(B) 169.09º 0.31% 0.41% -
XYZ 9.98 12.38 13.67 -
YUV 94.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 72 105 99 0.31 0 0.06 0.59 169.09 0.19 0.35
Hex 48 69 63 1F 0 6 3B A9 13 23
Octal 110 151 143 37 0 6 73 251 23 43
Binary 1001000 1101001 1100011 11111 0 110 111011 10101001 10011 100011

Color Harmonies of #486963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486963

Black with #486963

Text Example


Text Example

White with #486963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486963; }

 p { color: rgb(72,105,99); }

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

background-color css

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

 a { background-color: rgb(72,105,99); }

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

border-color css

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

 span { border-color: rgb(72,105,99); }

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