Html Css Color HEX #547C72 Dark Green Copper

📋 copy color: '#547C72'

red 84 ◦ green 124 ◦ blue 114

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

Shades of Dark Green Copper #547C72

Tints of Dark Green Copper #547C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.51%

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 26.09%
G = 38.51%
B = 35.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#547C72 (or 0x547C72) is known color: Dark Green Copper. HEX triplet: 54, 7C and 72. RGB value is (84,124,114). Sum of RGB (Red+Green+Blue) = 84+124+114=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #547C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C72 is #AB838D. Grayscale: #6E6E6E. Windows color (decimal): -11240334 or 7502932. OLE color: 7502932.

HSL color Cylindrical-coordinate representation of color #547C72: hue angle of 165º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547C72 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 124 114 -
CMYK 0.32 0 0.08 0.51
HSL 165º 0.19% 0.41% -
HSV(B) 165º 0.32% 0.49% -
XYZ 13.9 17.52 18.57 -
YUV 110.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 84 124 114 0.32 0 0.08 0.51 165 0.19 0.41
Hex 54 7C 72 20 0 8 33 A5 13 29
Octal 124 174 162 40 0 10 63 245 23 51
Binary 1010100 1111100 1110010 100000 0 1000 110011 10100101 10011 101001

Color Harmonies of #547C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C72

Black with #547C72

Text Example


Text Example

White with #547C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547C72; }

 p { color: rgb(84,124,114); }

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

background-color css

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

 a { background-color: rgb(84,124,114); }

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

border-color css

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

 span { border-color: rgb(84,124,114); }

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