Html Css Color HEX #547168 Dark Green Copper

📋 copy color: '#547168'

red 84 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #547168

Tints of Dark Green Copper #547168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 27.91%
G = 37.54%
B = 34.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#547168 (or 0x547168) is known color: Dark Green Copper. HEX triplet: 54, 71 and 68. RGB value is (84,113,104). Sum of RGB (Red+Green+Blue) = 84+113+104=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #547168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547168 is #AB8E97. Grayscale: #676767. Windows color (decimal): -11243160 or 6844756. OLE color: 6844756.

HSL color Cylindrical-coordinate representation of color #547168: hue angle of 161.38º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #547168 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 113 104 -
CMYK 0.26 0 0.08 0.56
HSL 161.38º 0.15% 0.39% -
HSV(B) 161.38º 0.26% 0.44% -
XYZ 12.06 14.69 15.3 -
YUV 103.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 84 113 104 0.26 0 0.08 0.56 161.38 0.15 0.39
Hex 54 71 68 1A 0 8 38 A1 F 27
Octal 124 161 150 32 0 10 70 241 17 47
Binary 1010100 1110001 1101000 11010 0 1000 111000 10100001 1111 100111

Color Harmonies of #547168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547168

Black with #547168

Text Example


Text Example

White with #547168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547168; }

 p { color: rgb(84,113,104); }

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

background-color css

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

 a { background-color: rgb(84,113,104); }

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

border-color css

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

 span { border-color: rgb(84,113,104); }

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