Html Css Color HEX #547065 Dark Green Copper

📋 copy color: '#547065'

red 84 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #547065

Tints of Dark Green Copper #547065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 28.28%
G = 37.71%
B = 34.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#547065 (or 0x547065) is known color: Dark Green Copper. HEX triplet: 54, 70 and 65. RGB value is (84,112,101). Sum of RGB (Red+Green+Blue) = 84+112+101=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #547065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547065 is #AB8F9A. Grayscale: #666666. Windows color (decimal): -11243419 or 6647892. OLE color: 6647892.

HSL color Cylindrical-coordinate representation of color #547065: hue angle of 156.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #547065 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 112 101 -
CMYK 0.25 0 0.10 0.56
HSL 156.43º 0.14% 0.38% -
HSV(B) 156.43º 0.25% 0.44% -
XYZ 11.8 14.41 14.47 -
YUV 102.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 84 112 101 0.25 0 0.10 0.56 156.43 0.14 0.38
Hex 54 70 65 19 0 A 38 9C E 26
Octal 124 160 145 31 0 12 70 234 16 46
Binary 1010100 1110000 1100101 11001 0 1010 111000 10011100 1110 100110

Color Harmonies of #547065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547065

Black with #547065

Text Example


Text Example

White with #547065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547065; }

 p { color: rgb(84,112,101); }

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

background-color css

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

 a { background-color: rgb(84,112,101); }

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

border-color css

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

 span { border-color: rgb(84,112,101); }

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