#528259

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

Shades of Killarney #528259

Tints of Killarney #528259

Color information

#528259 (or 0x528259) is unknown color: approx Killarney. HEX triplet: 52, 82 and 59. RGB value is (82,130,89). Sum of RGB (Red+Green+Blue) = 82+130+89=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #528259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528259 is #AD7DA6. Grayscale: #6F6F6F. Windows color (decimal): -11369895 or 5866066. OLE color: 5866066.

HSL color Cylindrical-coordinate representation of color #528259: hue angle of 128.75º 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 #528259 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB8213089-
CMYK0.3700.320.49
HSL128.75º22.64%41.57%-
HSV(B)128.75º36.92%50.98%-
XYZ13.2718.4812.32-
YUV110.97115.6107.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=27.24%
G=43.19%
B=29.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130890.3700.320.49128.7522.6441.57
Hex528259250203181172a
Octal12220213145040612012752
Binary101001010000010101100110010101000001100011000000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528259; }

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

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

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

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

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

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

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

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