Html Css Color HEX #51726A Dark Green Copper

📋 copy color: '#51726A'

red 81 ◦ green 114 ◦ blue 106

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

Shades of Dark Green Copper #51726A

Tints of Dark Green Copper #51726A

RGB

 RED value IS 81 (32.03% from 255) = 26.91%

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 26.91%
G = 37.87%
B = 35.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#51726A (or 0x51726A) is known color: Dark Green Copper. HEX triplet: 51, 72 and 6A. RGB value is (81,114,106). Sum of RGB (Red+Green+Blue) = 81+114+106=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #51726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51726A is #AE8D95. Grayscale: #676767. Windows color (decimal): -11439510 or 6976081. OLE color: 6976081.

HSL color Cylindrical-coordinate representation of color #51726A: hue angle of 165.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51726A is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 114 106 -
CMYK 0.29 0 0.07 0.55
HSL 165.45º 0.17% 0.38% -
HSV(B) 165.45º 0.29% 0.45% -
XYZ 12.01 14.82 15.86 -
YUV 103.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 81 114 106 0.29 0 0.07 0.55 165.45 0.17 0.38
Hex 51 72 6A 1D 0 7 37 A5 11 26
Octal 121 162 152 35 0 7 67 245 21 46
Binary 1010001 1110010 1101010 11101 0 111 110111 10100101 10001 100110

Color Harmonies of #51726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51726A

Black with #51726A

Text Example


Text Example

White with #51726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51726A; }

 p { color: rgb(81,114,106); }

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

background-color css

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

 a { background-color: rgb(81,114,106); }

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

border-color css

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

 span { border-color: rgb(81,114,106); }

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