Html Css Color HEX #51746B Dark Green Copper

📋 copy color: '#51746B'

red 81 ◦ green 116 ◦ blue 107

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

Shades of Dark Green Copper #51746B

Tints of Dark Green Copper #51746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 26.64%
G = 38.16%
B = 35.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#51746B (or 0x51746B) is known color: Dark Green Copper. HEX triplet: 51, 74 and 6B. RGB value is (81,116,107). Sum of RGB (Red+Green+Blue) = 81+116+107=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #51746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51746B is #AE8B94. Grayscale: #686868. Windows color (decimal): -11438997 or 7042129. OLE color: 7042129.

HSL color Cylindrical-coordinate representation of color #51746B: hue angle of 164.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51746B is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 107 -
CMYK 0.30 0 0.08 0.55
HSL 164.57º 0.18% 0.39% -
HSV(B) 164.57º 0.3% 0.45% -
XYZ 12.29 15.3 16.22 -
YUV 104.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 81 116 107 0.30 0 0.08 0.55 164.57 0.18 0.39
Hex 51 74 6B 1E 0 8 37 A5 12 27
Octal 121 164 153 36 0 10 67 245 22 47
Binary 1010001 1110100 1101011 11110 0 1000 110111 10100101 10010 100111

Color Harmonies of #51746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51746B

Black with #51746B

Text Example


Text Example

White with #51746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51746B; }

 p { color: rgb(81,116,107); }

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

background-color css

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

 a { background-color: rgb(81,116,107); }

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

border-color css

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

 span { border-color: rgb(81,116,107); }

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