Html Css Color HEX #528358 Killarney

📋 copy color: '#528358'

red 82 ◦ green 131 ◦ blue 88

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

Shades of Killarney #528358

Tints of Killarney #528358

RGB

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

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

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

R = 27.24%
G = 43.52%
B = 29.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#528358 (or 0x528358) is known color: Killarney. HEX triplet: 52, 83 and 58. RGB value is (82,131,88). Sum of RGB (Red+Green+Blue) = 82+131+88=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #528358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528358 is #AD7CA7. Grayscale: #6F6F6F. Windows color (decimal): -11369640 or 5800786. OLE color: 5800786.

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

Color convert

RGB 82 131 88 -
CMYK 0.37 0 0.33 0.49
HSL 127.35º 0.23% 0.42% -
HSV(B) 127.35º 0.37% 0.51% -
XYZ 13.36 18.73 12.14 -
YUV 111.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 82 131 88 0.37 0 0.33 0.49 127.35 0.23 0.42
Hex 52 83 58 25 0 21 31 7F 17 2A
Octal 122 203 130 45 0 41 61 177 27 52
Binary 1010010 10000011 1011000 100101 0 100001 110001 1111111 10111 101010

Color Harmonies of #528358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528358

Black with #528358

Text Example


Text Example

White with #528358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528358; }

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

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

background-color css

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

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

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

border-color css

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

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

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