#518B5A

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

Shades of Killarney #518B5A

Tints of Killarney #518B5A

Color information

#518B5A (or 0x518B5A) is unknown color: approx Killarney. HEX triplet: 51, 8B and 5A. RGB value is (81,139,90). Sum of RGB (Red+Green+Blue) = 81+139+90=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #518B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B5A is #AE74A5. Grayscale: #747474. Windows color (decimal): -11433126 or 5933905. OLE color: 5933905.

HSL color Cylindrical-coordinate representation of color #518B5A: hue angle of 129.31º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B5A is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB8113990-
CMYK0.4200.350.45
HSL129.31º26.36%43.14%-
HSV(B)129.31º41.73%54.51%-
XYZ14.4720.9512.95-
YUV116.07113.28102.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=26.13%
G=44.84%
B=29.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81139900.4200.350.45129.3126.3643.14
Hex518B5A2A0232D811a2b
Octal12121313252043552013253
Binary101000110001011101101010101001000111011011000000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518B5A; }

 p { color: rgb(81,139,90); }

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

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

 a { background-color: rgb(81,139,90); }

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

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

 span { border-color: rgb(81,139,90); }

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