Html Css Color HEX #547B71 Dark Green Copper

📋 copy color: '#547B71'

red 84 ◦ green 123 ◦ blue 113

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

Shades of Dark Green Copper #547B71

Tints of Dark Green Copper #547B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 26.25%
G = 38.44%
B = 35.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#547B71 (or 0x547B71) is known color: Dark Green Copper. HEX triplet: 54, 7B and 71. RGB value is (84,123,113). Sum of RGB (Red+Green+Blue) = 84+123+113=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 123 - color contains mainly: green. Hex color #547B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B71 is #AB848E. Grayscale: #6E6E6E. Windows color (decimal): -11240591 or 7437140. OLE color: 7437140.

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

Color convert

RGB 84 123 113 -
CMYK 0.32 0 0.08 0.52
HSL 164.62º 0.19% 0.41% -
HSV(B) 164.62º 0.32% 0.48% -
XYZ 13.72 17.24 18.23 -
YUV 110.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 84 123 113 0.32 0 0.08 0.52 164.62 0.19 0.41
Hex 54 7B 71 20 0 8 34 A5 13 29
Octal 124 173 161 40 0 10 64 245 23 51
Binary 1010100 1111011 1110001 100000 0 1000 110100 10100101 10011 101001

Color Harmonies of #547B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547B71

Black with #547B71

Text Example


Text Example

White with #547B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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