#517250

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

Shades of Killarney #517250

Tints of Killarney #517250

Color information

#517250 (or 0x517250) is unknown color: approx Killarney. HEX triplet: 51, 72 and 50. RGB value is (81,114,80). Sum of RGB (Red+Green+Blue) = 81+114+80=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #517250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517250 is #AE8DAF. Grayscale: #646464. Windows color (decimal): -11439536 or 5272145. OLE color: 5272145.

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

Color convert

RGB8111480-
CMYK0.2900.300.55
HSL118.24º17.53%38.04%-
HSV(B)118.24º29.82%44.71%-
XYZ10.8614.369.79-
YUV100.26116.57114.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=29.45%
G=41.45%
B=29.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114800.2900.300.55118.2417.5338.04
Hex5172501D01E37761226
Octal12116212035036671662246
Binary10100011110010101000011101011110110111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517250; }

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

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

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

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

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

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

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

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