Html Css Color HEX #486E67 Dark Green Copper

📋 copy color: '#486E67'

red 72 ◦ green 110 ◦ blue 103

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

Shades of Dark Green Copper #486E67

Tints of Dark Green Copper #486E67

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.6%

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

R = 25.26%
G = 38.6%
B = 36.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#486E67 (or 0x486E67) is known color: Dark Green Copper. HEX triplet: 48, 6E and 67. RGB value is (72,110,103). Sum of RGB (Red+Green+Blue) = 72+110+103=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 110 - color contains mainly: green. Hex color #486E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E67 is #B79198. Grayscale: #616161. Windows color (decimal): -12030361 or 6778440. OLE color: 6778440.

HSL color Cylindrical-coordinate representation of color #486E67: hue angle of 168.95º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486E67 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 103 -
CMYK 0.35 0 0.06 0.57
HSL 168.95º 0.21% 0.36% -
HSV(B) 168.95º 0.35% 0.43% -
XYZ 10.7 13.51 14.88 -
YUV 97.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 72 110 103 0.35 0 0.06 0.57 168.95 0.21 0.36
Hex 48 6E 67 23 0 6 39 A9 15 24
Octal 110 156 147 43 0 6 71 251 25 44
Binary 1001000 1101110 1100111 100011 0 110 111001 10101001 10101 100100

Color Harmonies of #486E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E67

Black with #486E67

Text Example


Text Example

White with #486E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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