Html Css Color HEX #486965 Dark Green Copper

📋 copy color: '#486965'

red 72 ◦ green 105 ◦ blue 101

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

Shades of Dark Green Copper #486965

Tints of Dark Green Copper #486965

RGB

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

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

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

R = 25.9%
G = 37.77%
B = 36.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#486965 (or 0x486965) is known color: Dark Green Copper. HEX triplet: 48, 69 and 65. RGB value is (72,105,101). Sum of RGB (Red+Green+Blue) = 72+105+101=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #486965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486965 is #B7969A. Grayscale: #5E5E5E. Windows color (decimal): -12031643 or 6646088. OLE color: 6646088.

HSL color Cylindrical-coordinate representation of color #486965: hue angle of 172.73º 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 #486965 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 101 -
CMYK 0.31 0 0.04 0.59
HSL 172.73º 0.19% 0.35% -
HSV(B) 172.73º 0.31% 0.41% -
XYZ 10.07 12.42 14.18 -
YUV 94.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 72 105 101 0.31 0 0.04 0.59 172.73 0.19 0.35
Hex 48 69 65 1F 0 4 3B AD 13 23
Octal 110 151 145 37 0 4 73 255 23 43
Binary 1001000 1101001 1100101 11111 0 100 111011 10101101 10011 100011

Color Harmonies of #486965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486965

Black with #486965

Text Example


Text Example

White with #486965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486965; }

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

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

background-color css

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

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

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

border-color css

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

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

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