#528354

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

Shades of Killarney #528354

Tints of Killarney #528354

Color information

#528354 (or 0x528354) is unknown color: approx Killarney. HEX triplet: 52, 83 and 54. RGB value is (82,131,84). Sum of RGB (Red+Green+Blue) = 82+131+84=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #528354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528354 is #AD7CAB. Grayscale: #6F6F6F. Windows color (decimal): -11369644 or 5538642. OLE color: 5538642.

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

Color convert

RGB8213184-
CMYK0.3700.360.49
HSL122.45º23%41.76%-
HSV(B)122.45º37.4%51.37%-
XYZ13.218.6711.29-
YUV110.99112.77107.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=27.61%
G=44.11%
B=28.28%

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
Decimal82131840.3700.360.49122.452341.76
Hex52835425024317a172a
Octal12220312445044611722752
Binary10100101000001110101001001010100100110001111101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528354; }

 p { color: rgb(82,131,84); }

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

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

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

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

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

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

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