#528258

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

Shades of Killarney #528258

Tints of Killarney #528258

Color information

#528258 (or 0x528258) is unknown color: approx Killarney. HEX triplet: 52, 82 and 58. RGB value is (82,130,88). Sum of RGB (Red+Green+Blue) = 82+130+88=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #528258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528258 is #AD7DA7. Grayscale: #6E6E6E. Windows color (decimal): -11369896 or 5800530. OLE color: 5800530.

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

Color convert

RGB8213088-
CMYK0.3700.320.49
HSL127.5º22.64%41.57%-
HSV(B)127.5º36.92%50.98%-
XYZ13.2218.4612.1-
YUV110.86115.1107.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=27.33%
G=43.33%
B=29.33%

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
Decimal82130880.3700.320.49127.522.6441.57
Hex52825825020317f172a
Octal12220213045040611772752
Binary10100101000001010110001001010100000110001111111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528258; }

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

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

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

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

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

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

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

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