Html Css Color HEX #486E69 Dark Green Copper

📋 copy color: '#486E69'

red 72 ◦ green 110 ◦ blue 105

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

Shades of Dark Green Copper #486E69

Tints of Dark Green Copper #486E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 25.09%
G = 38.33%
B = 36.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#486E69 (or 0x486E69) is known color: Dark Green Copper. HEX triplet: 48, 6E and 69. RGB value is (72,110,105). Sum of RGB (Red+Green+Blue) = 72+110+105=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #486E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E69 is #B79196. Grayscale: #626262. Windows color (decimal): -12030359 or 6909512. OLE color: 6909512.

HSL color Cylindrical-coordinate representation of color #486E69: hue angle of 172.11º 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 #486E69 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 105 -
CMYK 0.35 0 0.05 0.57
HSL 172.11º 0.21% 0.36% -
HSV(B) 172.11º 0.35% 0.43% -
XYZ 10.8 13.55 15.41 -
YUV 98.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 72 110 105 0.35 0 0.05 0.57 172.11 0.21 0.36
Hex 48 6E 69 23 0 5 39 AC 15 24
Octal 110 156 151 43 0 5 71 254 25 44
Binary 1001000 1101110 1101001 100011 0 101 111001 10101100 10101 100100

Color Harmonies of #486E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E69

Black with #486E69

Text Example


Text Example

White with #486E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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