Html Css Color HEX #528158 Killarney

📋 copy color: '#528158'

red 82 ◦ green 129 ◦ blue 88

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

Shades of Killarney #528158

Tints of Killarney #528158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

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

R = 27.42%
G = 43.14%
B = 29.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#528158 (or 0x528158) is known color: Killarney. HEX triplet: 52, 81 and 58. RGB value is (82,129,88). Sum of RGB (Red+Green+Blue) = 82+129+88=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #528158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528158 is #AD7EA7. Grayscale: #6E6E6E. Windows color (decimal): -11370152 or 5800274. OLE color: 5800274.

HSL color Cylindrical-coordinate representation of color #528158: hue angle of 127.66º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528158 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 129 88 -
CMYK 0.36 0 0.32 0.49
HSL 127.66º 0.22% 0.41% -
HSV(B) 127.66º 0.36% 0.51% -
XYZ 13.09 18.2 12.06 -
YUV 110.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 82 129 88 0.36 0 0.32 0.49 127.66 0.22 0.41
Hex 52 81 58 24 0 20 31 80 16 29
Octal 122 201 130 44 0 40 61 200 26 51
Binary 1010010 10000001 1011000 100100 0 100000 110001 10000000 10110 101001

Color Harmonies of #528158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528158

Black with #528158

Text Example


Text Example

White with #528158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528158; }

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

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

background-color css

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

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

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

border-color css

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

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

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