#528253

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

Shades of Killarney #528253

Tints of Killarney #528253

Color information

#528253 (or 0x528253) is unknown color: approx Killarney. HEX triplet: 52, 82 and 53. RGB value is (82,130,83). Sum of RGB (Red+Green+Blue) = 82+130+83=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #528253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528253 is #AD7DAC. Grayscale: #6E6E6E. Windows color (decimal): -11369901 or 5472850. OLE color: 5472850.

HSL color Cylindrical-coordinate representation of color #528253: hue angle of 121.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528253 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB8213083-
CMYK0.3700.360.49
HSL121.25º22.64%41.57%-
HSV(B)121.25º36.92%50.98%-
XYZ13.0218.3811.05-
YUV110.29112.6107.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=27.80%
G=44.07%
B=28.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130830.3700.360.49121.2522.6441.57
Hex528253250243179172a
Octal12220212345044611712752
Binary10100101000001010100111001010100100110001111100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528253; }

 p { color: rgb(82,130,83); }

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

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

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

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

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

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

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