Html Css Color HEX #51736B Dark Green Copper

📋 copy color: '#51736B'

red 81 ◦ green 115 ◦ blue 107

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

Shades of Dark Green Copper #51736B

Tints of Dark Green Copper #51736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

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

R = 26.73%
G = 37.95%
B = 35.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#51736B (or 0x51736B) is known color: Dark Green Copper. HEX triplet: 51, 73 and 6B. RGB value is (81,115,107). Sum of RGB (Red+Green+Blue) = 81+115+107=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #51736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51736B is #AE8C94. Grayscale: #676767. Windows color (decimal): -11439253 or 7041873. OLE color: 7041873.

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

Color convert

RGB 81 115 107 -
CMYK 0.30 0 0.07 0.55
HSL 165.88º 0.17% 0.38% -
HSV(B) 165.88º 0.3% 0.45% -
XYZ 12.18 15.07 16.18 -
YUV 103.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 81 115 107 0.30 0 0.07 0.55 165.88 0.17 0.38
Hex 51 73 6B 1E 0 7 37 A6 11 26
Octal 121 163 153 36 0 7 67 246 21 46
Binary 1010001 1110011 1101011 11110 0 111 110111 10100110 10001 100110

Color Harmonies of #51736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51736B

Black with #51736B

Text Example


Text Example

White with #51736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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