Html Css Color HEX #546E66 Dark Green Copper

📋 copy color: '#546E66'

red 84 ◦ green 110 ◦ blue 102

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

Shades of Dark Green Copper #546E66

Tints of Dark Green Copper #546E66

RGB

 RED value IS 84 (33.2% from 255) = 28.38%

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 28.38%
G = 37.16%
B = 34.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#546E66 (or 0x546E66) is known color: Dark Green Copper. HEX triplet: 54, 6E and 66. RGB value is (84,110,102). Sum of RGB (Red+Green+Blue) = 84+110+102=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 110 - color contains mainly: green. Hex color #546E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E66 is #AB9199. Grayscale: #656565. Windows color (decimal): -11243930 or 6712916. OLE color: 6712916.

HSL color Cylindrical-coordinate representation of color #546E66: hue angle of 161.54º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546E66 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 110 102 -
CMYK 0.24 0 0.07 0.57
HSL 161.54º 0.13% 0.38% -
HSV(B) 161.54º 0.24% 0.43% -
XYZ 11.63 14 14.66 -
YUV 101.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 84 110 102 0.24 0 0.07 0.57 161.54 0.13 0.38
Hex 54 6E 66 18 0 7 39 A2 D 26
Octal 124 156 146 30 0 7 71 242 15 46
Binary 1010100 1101110 1100110 11000 0 111 111001 10100010 1101 100110

Color Harmonies of #546E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546E66

Black with #546E66

Text Example


Text Example

White with #546E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546E66; }

 p { color: rgb(84,110,102); }

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

background-color css

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

 a { background-color: rgb(84,110,102); }

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

border-color css

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

 span { border-color: rgb(84,110,102); }

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