Html Css Color HEX #528258 Killarney

📋 copy color: '#528258'

red 82 ◦ green 130 ◦ blue 88

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

Shades of Killarney #528258

Tints of Killarney #528258

RGB

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

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

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

R = 27.33%
G = 43.33%
B = 29.33%

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

#528258 (or 0x528258) is known color: Killarney. HEX triplet: 52, 82 and 58. RGB value is (82,130,88). Sum of RGB (Red+Green+Blue) = 82+130+88=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #528258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528258 is #AD7DA7. Grayscale: #6E6E6E. Windows color (decimal): -11369896 or 5800530. OLE color: 5800530.

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

Color convert

RGB 82 130 88 -
CMYK 0.37 0 0.32 0.49
HSL 127.5º 0.23% 0.42% -
HSV(B) 127.5º 0.37% 0.51% -
XYZ 13.22 18.46 12.1 -
YUV 110.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 82 130 88 0.37 0 0.32 0.49 127.5 0.23 0.42
Hex 52 82 58 25 0 20 31 80 17 2A
Octal 122 202 130 45 0 40 61 200 27 52
Binary 1010010 10000010 1011000 100101 0 100000 110001 10000000 10111 101010

Color Harmonies of #528258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528258

Black with #528258

Text Example


Text Example

White with #528258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528258; }

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

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

background-color css

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

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

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

border-color css

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

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

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