#528052

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

Shades of Killarney #528052

Tints of Killarney #528052

Color information

#528052 (or 0x528052) is unknown color: approx Killarney. HEX triplet: 52, 80 and 52. RGB value is (82,128,82). Sum of RGB (Red+Green+Blue) = 82+128+82=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #528052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528052 is #AD7FAD. Grayscale: #6D6D6D. Windows color (decimal): -11370414 or 5406802. OLE color: 5406802.

HSL color Cylindrical-coordinate representation of color #528052: hue angle of 120º 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 #528052 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB8212882-
CMYK0.3600.360.50
HSL120º21.9%41.18%-
HSV(B)120º35.94%50.2%-
XYZ12.7217.8410.76-
YUV109112.76108.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=28.08%
G=43.84%
B=28.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128820.3600.360.5012021.941.18
Hex5280522402432781629
Octal12220012244044621702651
Binary10100101000000010100101001000100100110010111100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528052; }

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

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

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

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

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

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

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

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