#528554

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

Shades of Killarney #528554

Tints of Killarney #528554

Color information

#528554 (or 0x528554) is unknown color: approx Killarney. HEX triplet: 52, 85 and 54. RGB value is (82,133,84). Sum of RGB (Red+Green+Blue) = 82+133+84=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #528554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528554 is #AD7AAB. Grayscale: #707070. Windows color (decimal): -11369132 or 5539154. OLE color: 5539154.

HSL color Cylindrical-coordinate representation of color #528554: hue angle of 122.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528554 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB8213384-
CMYK0.3800.370.48
HSL122.35º23.72%42.16%-
HSV(B)122.35º38.35%52.16%-
XYZ13.4719.2111.39-
YUV112.16112.1106.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=27.42%
G=44.48%
B=28.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133840.3800.370.48122.3523.7242.16
Hex52855426025307a182a
Octal12220512446045601723052
Binary10100101000010110101001001100100101110000111101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528554; }

 p { color: rgb(82,133,84); }

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

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

 a { background-color: rgb(82,133,84); }

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

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

 span { border-color: rgb(82,133,84); }

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