Html Css Color HEX #528254 Killarney

📋 copy color: '#528254'

red 82 ◦ green 130 ◦ blue 84

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

Shades of Killarney #528254

Tints of Killarney #528254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.92%

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 27.7%
G = 43.92%
B = 28.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#528254 (or 0x528254) is known color: Killarney. HEX triplet: 52, 82 and 54. RGB value is (82,130,84). Sum of RGB (Red+Green+Blue) = 82+130+84=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #528254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528254 is #AD7DAB. Grayscale: #6E6E6E. Windows color (decimal): -11369900 or 5538386. OLE color: 5538386.

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

Color convert

RGB 82 130 84 -
CMYK 0.37 0 0.35 0.49
HSL 122.5º 0.23% 0.42% -
HSV(B) 122.5º 0.37% 0.51% -
XYZ 13.06 18.4 11.25 -
YUV 110.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 82 130 84 0.37 0 0.35 0.49 122.5 0.23 0.42
Hex 52 82 54 25 0 23 31 7B 17 2A
Octal 122 202 124 45 0 43 61 173 27 52
Binary 1010010 10000010 1010100 100101 0 100011 110001 1111011 10111 101010

Color Harmonies of #528254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528254

Black with #528254

Text Example


Text Example

White with #528254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528254; }

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

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

background-color css

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

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

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

border-color css

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

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

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