#528158

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

Shades of Killarney #528158

Tints of Killarney #528158

Color information

#528158 (or 0x528158) is unknown color: approx Killarney. HEX triplet: 52, 81 and 58. RGB value is (82,129,88). Sum of RGB (Red+Green+Blue) = 82+129+88=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #528158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528158 is #AD7EA7. Grayscale: #6E6E6E. Windows color (decimal): -11370152 or 5800274. OLE color: 5800274.

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

Color convert

RGB8212988-
CMYK0.3600.320.49
HSL127.66º22.27%41.37%-
HSV(B)127.66º36.43%50.59%-
XYZ13.0918.212.06-
YUV110.27115.43107.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=27.42%
G=43.14%
B=29.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129880.3600.320.49127.6622.2741.37
Hex5281582402031801629
Octal12220113044040612002651
Binary101001010000001101100010010001000001100011000000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528158; }

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

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

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

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

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

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

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

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