Html Css Color HEX #528458 Killarney

📋 copy color: '#528458'

red 82 ◦ green 132 ◦ blue 88

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

Shades of Killarney #528458

Tints of Killarney #528458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 27.15%
G = 43.71%
B = 29.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#528458 (or 0x528458) is known color: Killarney. HEX triplet: 52, 84 and 58. RGB value is (82,132,88). Sum of RGB (Red+Green+Blue) = 82+132+88=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #528458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528458 is #AD7BA7. Grayscale: #707070. Windows color (decimal): -11369384 or 5801042. OLE color: 5801042.

HSL color Cylindrical-coordinate representation of color #528458: hue angle of 127.2º 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 #528458 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 88 -
CMYK 0.38 0 0.33 0.48
HSL 127.2º 0.23% 0.42% -
HSV(B) 127.2º 0.38% 0.52% -
XYZ 13.49 19 12.19 -
YUV 112.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 82 132 88 0.38 0 0.33 0.48 127.2 0.23 0.42
Hex 52 84 58 26 0 21 30 7F 17 2A
Octal 122 204 130 46 0 41 60 177 27 52
Binary 1010010 10000100 1011000 100110 0 100001 110000 1111111 10111 101010

Color Harmonies of #528458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528458

Black with #528458

Text Example


Text Example

White with #528458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528458; }

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

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

background-color css

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

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

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

border-color css

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

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

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