#528959

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

Shades of Killarney #528959

Tints of Killarney #528959

Color information

#528959 (or 0x528959) is unknown color: approx Killarney. HEX triplet: 52, 89 and 59. RGB value is (82,137,89). Sum of RGB (Red+Green+Blue) = 82+137+89=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #528959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528959 is #AD76A6. Grayscale: #737373. Windows color (decimal): -11368103 or 5867858. OLE color: 5867858.

HSL color Cylindrical-coordinate representation of color #528959: hue angle of 127.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528959 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB8213789-
CMYK0.4000.350.46
HSL127.64º25.11%42.94%-
HSV(B)127.64º40.15%53.73%-
XYZ14.2320.4112.64-
YUV115.08113.28104.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=26.62%
G=44.48%
B=28.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137890.4000.350.46127.6425.1142.94
Hex528959280232E80192b
Octal12221113150043562003153
Binary101001010001001101100110100001000111011101000000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528959; }

 p { color: rgb(82,137,89); }

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

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

 a { background-color: rgb(82,137,89); }

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

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

 span { border-color: rgb(82,137,89); }

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