#528755

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

Shades of Killarney #528755

Tints of Killarney #528755

Color information

#528755 (or 0x528755) is unknown color: approx Killarney. HEX triplet: 52, 87 and 55. RGB value is (82,135,85). Sum of RGB (Red+Green+Blue) = 82+135+85=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #528755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528755 is #AD78AA. Grayscale: #717171. Windows color (decimal): -11368619 or 5605202. OLE color: 5605202.

HSL color Cylindrical-coordinate representation of color #528755: hue angle of 123.4º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528755 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB8213585-
CMYK0.3900.370.47
HSL123.4º24.42%42.55%-
HSV(B)123.4º39.26%52.94%-
XYZ13.7819.7811.69-
YUV113.45111.94105.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=27.15%
G=44.70%
B=28.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135850.3900.370.47123.424.4242.55
Hex528755270252F7b182b
Octal12220712547045571733053
Binary10100101000011110101011001110100101101111111101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528755; }

 p { color: rgb(82,135,85); }

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

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

 a { background-color: rgb(82,135,85); }

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

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

 span { border-color: rgb(82,135,85); }

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