Html Css Color HEX #51746A Dark Green Copper

📋 copy color: '#51746A'

red 81 ◦ green 116 ◦ blue 106

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

Shades of Dark Green Copper #51746A

Tints of Dark Green Copper #51746A

RGB

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

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

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

R = 26.73%
G = 38.28%
B = 34.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#51746A (or 0x51746A) is known color: Dark Green Copper. HEX triplet: 51, 74 and 6A. RGB value is (81,116,106). Sum of RGB (Red+Green+Blue) = 81+116+106=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #51746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51746A is #AE8B95. Grayscale: #686868. Windows color (decimal): -11438998 or 6976593. OLE color: 6976593.

HSL color Cylindrical-coordinate representation of color #51746A: hue angle of 162.86º 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 #51746A is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 106 -
CMYK 0.30 0 0.09 0.55
HSL 162.86º 0.18% 0.39% -
HSV(B) 162.86º 0.3% 0.45% -
XYZ 12.24 15.28 15.94 -
YUV 104.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 81 116 106 0.30 0 0.09 0.55 162.86 0.18 0.39
Hex 51 74 6A 1E 0 9 37 A3 12 27
Octal 121 164 152 36 0 11 67 243 22 47
Binary 1010001 1110100 1101010 11110 0 1001 110111 10100011 10010 100111

Color Harmonies of #51746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51746A

Black with #51746A

Text Example


Text Example

White with #51746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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