#528056

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

Shades of Killarney #528056

Tints of Killarney #528056

Color information

#528056 (or 0x528056) is unknown color: approx Killarney. HEX triplet: 52, 80 and 56. RGB value is (82,128,86). Sum of RGB (Red+Green+Blue) = 82+128+86=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #528056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528056 is #AD7FA9. Grayscale: #6D6D6D. Windows color (decimal): -11370410 or 5668946. OLE color: 5668946.

HSL color Cylindrical-coordinate representation of color #528056: hue angle of 125.22º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528056 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB8212886-
CMYK0.3600.330.50
HSL125.22º21.9%41.18%-
HSV(B)125.22º35.94%50.2%-
XYZ12.8817.911.58-
YUV109.46114.76108.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=27.70%
G=43.24%
B=29.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128860.3600.330.50125.2221.941.18
Hex52805624021327d1629
Octal12220012644041621752651
Binary10100101000000010101101001000100001110010111110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528056; }

 p { color: rgb(82,128,86); }

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

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

 a { background-color: rgb(82,128,86); }

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

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

 span { border-color: rgb(82,128,86); }

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