#517350

Color #517350 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #517350

Tints of Killarney #517350

Color information

#517350 (or 0x517350) is unknown color: approx Killarney. HEX triplet: 51, 73 and 50. RGB value is (81,115,80). Sum of RGB (Red+Green+Blue) = 81+115+80=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #517350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517350 is #AE8CAF. Grayscale: #646464. Windows color (decimal): -11439280 or 5272401. OLE color: 5272401.

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

Color convert

RGB8111580-
CMYK0.3000.300.55
HSL118.29º17.95%38.24%-
HSV(B)118.29º30.43%45.1%-
XYZ10.9714.599.83-
YUV100.84116.24113.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=29.35%
G=41.67%
B=28.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81115800.3000.300.55118.2917.9538.24
Hex5173501E01E37761226
Octal12116312036036671662246
Binary10100011110011101000011110011110110111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517350; }

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

 H1.HeaderClassName
 {
   color: #517350;
 }
 .AnyTagClassName
 {
   color: #517350;
 }
</style>
background-color css

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

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

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

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

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

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