Html Css Color HEX #528656 Killarney

📋 copy color: '#528656'

red 82 ◦ green 134 ◦ blue 86

#528656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #528656

Tints of Killarney #528656

RGB

 RED value IS 82 (32.42% from 255) = 27.15%

 GREEN value IS 134 (52.73% from 255) = 44.37%

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 27.15%
G = 44.37%
B = 28.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#528656 (or 0x528656) is known color: Killarney. HEX triplet: 52, 86 and 56. RGB value is (82,134,86). Sum of RGB (Red+Green+Blue) = 82+134+86=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #528656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528656 is #AD79A9. Grayscale: #717171. Windows color (decimal): -11368874 or 5670482. OLE color: 5670482.

HSL color Cylindrical-coordinate representation of color #528656: hue angle of 124.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528656 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 86 -
CMYK 0.39 0 0.36 0.47
HSL 124.62º 0.24% 0.42% -
HSV(B) 124.62º 0.39% 0.53% -
XYZ 13.68 19.52 11.85 -
YUV 112.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 82 134 86 0.39 0 0.36 0.47 124.62 0.24 0.42
Hex 52 86 56 27 0 24 2F 7D 18 2A
Octal 122 206 126 47 0 44 57 175 30 52
Binary 1010010 10000110 1010110 100111 0 100100 101111 1111101 11000 101010

Color Harmonies of #528656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528656

Black with #528656

Text Example


Text Example

White with #528656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528656; }

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

 H1.HeaderClassName
 {
   color: #528656;
 }
 .AnyTagClassName
 {
   color: #528656;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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