Html Css Color HEX #528359 Killarney

📋 copy color: '#528359'

red 82 ◦ green 131 ◦ blue 89

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

Shades of Killarney #528359

Tints of Killarney #528359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 89 (35.16% from 255) = 29.47%

R = 27.15%
G = 43.38%
B = 29.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#528359 (or 0x528359) is known color: Killarney. HEX triplet: 52, 83 and 59. RGB value is (82,131,89). Sum of RGB (Red+Green+Blue) = 82+131+89=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #528359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528359 is #AD7CA6. Grayscale: #6F6F6F. Windows color (decimal): -11369639 or 5866322. OLE color: 5866322.

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

Color convert

RGB 82 131 89 -
CMYK 0.37 0 0.32 0.49
HSL 128.57º 0.23% 0.42% -
HSV(B) 128.57º 0.37% 0.51% -
XYZ 13.4 18.75 12.36 -
YUV 111.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 82 131 89 0.37 0 0.32 0.49 128.57 0.23 0.42
Hex 52 83 59 25 0 20 31 81 17 2A
Octal 122 203 131 45 0 40 61 201 27 52
Binary 1010010 10000011 1011001 100101 0 100000 110001 10000001 10111 101010

Color Harmonies of #528359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528359

Black with #528359

Text Example


Text Example

White with #528359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528359; }

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

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

background-color css

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

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

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

border-color css

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

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

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