#517352

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

Shades of Killarney #517352

Tints of Killarney #517352

Color information

#517352 (or 0x517352) is unknown color: approx Killarney. HEX triplet: 51, 73 and 52. RGB value is (81,115,82). Sum of RGB (Red+Green+Blue) = 81+115+82=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #517352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517352 is #AE8CAD. Grayscale: #656565. Windows color (decimal): -11439278 or 5403473. OLE color: 5403473.

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

Color convert

RGB8111582-
CMYK0.3000.290.55
HSL121.76º17.35%38.43%-
HSV(B)121.76º29.57%45.1%-
XYZ11.0514.6210.22-
YUV101.07117.24113.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=29.14%
G=41.37%
B=29.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81115820.3000.290.55121.7617.3538.43
Hex5173521E01D377a1126
Octal12116312236035671722146
Binary10100011110011101001011110011101110111111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517352; }

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

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

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

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

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

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

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

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