#528658

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

Shades of Killarney #528658

Tints of Killarney #528658

Color information

#528658 (or 0x528658) is unknown color: approx Killarney. HEX triplet: 52, 86 and 58. RGB value is (82,134,88). Sum of RGB (Red+Green+Blue) = 82+134+88=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #528658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528658 is #AD79A7. Grayscale: #717171. Windows color (decimal): -11368872 or 5801554. OLE color: 5801554.

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

Color convert

RGB8213488-
CMYK0.3900.340.47
HSL126.92º24.07%42.35%-
HSV(B)126.92º38.81%52.55%-
XYZ13.7719.5512.28-
YUV113.21113.77105.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=26.97%
G=44.08%
B=28.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134880.3900.340.47126.9224.0742.35
Hex528658270222F7f182a
Octal12220613047042571773052
Binary10100101000011010110001001110100010101111111111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528658; }

 p { color: rgb(82,134,88); }

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

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

 a { background-color: rgb(82,134,88); }

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

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

 span { border-color: rgb(82,134,88); }

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