Html Css Color HEX #547368 Dark Green Copper

📋 copy color: '#547368'

red 84 ◦ green 115 ◦ blue 104

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

Shades of Dark Green Copper #547368

Tints of Dark Green Copper #547368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

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

R = 27.72%
G = 37.95%
B = 34.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#547368 (or 0x547368) is known color: Dark Green Copper. HEX triplet: 54, 73 and 68. RGB value is (84,115,104). Sum of RGB (Red+Green+Blue) = 84+115+104=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #547368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547368 is #AB8C97. Grayscale: #686868. Windows color (decimal): -11242648 or 6845268. OLE color: 6845268.

HSL color Cylindrical-coordinate representation of color #547368: hue angle of 158.71º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #547368 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 115 104 -
CMYK 0.27 0 0.10 0.55
HSL 158.71º 0.16% 0.39% -
HSV(B) 158.71º 0.27% 0.45% -
XYZ 12.29 15.15 15.37 -
YUV 104.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 84 115 104 0.27 0 0.10 0.55 158.71 0.16 0.39
Hex 54 73 68 1B 0 A 37 9F 10 27
Octal 124 163 150 33 0 12 67 237 20 47
Binary 1010100 1110011 1101000 11011 0 1010 110111 10011111 10000 100111

Color Harmonies of #547368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547368

Black with #547368

Text Example


Text Example

White with #547368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547368; }

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

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

background-color css

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

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

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

border-color css

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

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

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