Html Css Color HEX #486A67 Dark Green Copper

📋 copy color: '#486A67'

red 72 ◦ green 106 ◦ blue 103

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

Shades of Dark Green Copper #486A67

Tints of Dark Green Copper #486A67

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.72%

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 25.62%
G = 37.72%
B = 36.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#486A67 (or 0x486A67) is known color: Dark Green Copper. HEX triplet: 48, 6A and 67. RGB value is (72,106,103). Sum of RGB (Red+Green+Blue) = 72+106+103=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 106 - color contains mainly: green. Hex color #486A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A67 is #B79598. Grayscale: #5F5F5F. Windows color (decimal): -12031385 or 6777416. OLE color: 6777416.

HSL color Cylindrical-coordinate representation of color #486A67: hue angle of 174.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #486A67 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 103 -
CMYK 0.32 0 0.03 0.58
HSL 174.71º 0.19% 0.35% -
HSV(B) 174.71º 0.32% 0.42% -
XYZ 10.27 12.67 14.74 -
YUV 95.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 72 106 103 0.32 0 0.03 0.58 174.71 0.19 0.35
Hex 48 6A 67 20 0 3 3A AF 13 23
Octal 110 152 147 40 0 3 72 257 23 43
Binary 1001000 1101010 1100111 100000 0 11 111010 10101111 10011 100011

Color Harmonies of #486A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A67

Black with #486A67

Text Example


Text Example

White with #486A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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