#528456

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

Shades of Killarney #528456

Tints of Killarney #528456

Color information

#528456 (or 0x528456) is unknown color: approx Killarney. HEX triplet: 52, 84 and 56. RGB value is (82,132,86). Sum of RGB (Red+Green+Blue) = 82+132+86=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #528456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528456 is #AD7BA9. Grayscale: #6F6F6F. Windows color (decimal): -11369386 or 5669970. OLE color: 5669970.

HSL color Cylindrical-coordinate representation of color #528456: hue angle of 124.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528456 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB8213286-
CMYK0.3800.350.48
HSL124.8º23.36%41.96%-
HSV(B)124.8º37.88%51.76%-
XYZ13.4118.9711.76-
YUV111.81113.44106.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=27.33%
G=44%
B=28.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82132860.3800.350.48124.823.3641.96
Hex52845626023307d172a
Octal12220412646043601752752
Binary10100101000010010101101001100100011110000111110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528456; }

 p { color: rgb(82,132,86); }

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

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

 a { background-color: rgb(82,132,86); }

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

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

 span { border-color: rgb(82,132,86); }

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