Html Css Color HEX #517268 Dark Green Copper

📋 copy color: '#517268'

red 81 ◦ green 114 ◦ blue 104

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

Shades of Dark Green Copper #517268

Tints of Dark Green Copper #517268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 27.09%
G = 38.13%
B = 34.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#517268 (or 0x517268) is known color: Dark Green Copper. HEX triplet: 51, 72 and 68. RGB value is (81,114,104). Sum of RGB (Red+Green+Blue) = 81+114+104=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #517268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517268 is #AE8D97. Grayscale: #666666. Windows color (decimal): -11439512 or 6845009. OLE color: 6845009.

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

Color convert

RGB 81 114 104 -
CMYK 0.29 0 0.09 0.55
HSL 161.82º 0.17% 0.38% -
HSV(B) 161.82º 0.29% 0.45% -
XYZ 11.91 14.78 15.32 -
YUV 102.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 81 114 104 0.29 0 0.09 0.55 161.82 0.17 0.38
Hex 51 72 68 1D 0 9 37 A2 11 26
Octal 121 162 150 35 0 11 67 242 21 46
Binary 1010001 1110010 1101000 11101 0 1001 110111 10100010 10001 100110

Color Harmonies of #517268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517268

Black with #517268

Text Example


Text Example

White with #517268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517268; }

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

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

background-color css

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

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

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

border-color css

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

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

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