Html Css Color HEX #528051 Killarney

📋 copy color: '#528051'

red 82 ◦ green 128 ◦ blue 81

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

Shades of Killarney #528051

Tints of Killarney #528051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

 BLUE value IS 81 (32.03% from 255) = 27.84%

R = 28.18%
G = 43.99%
B = 27.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#528051 (or 0x528051) is known color: Killarney. HEX triplet: 52, 80 and 51. RGB value is (82,128,81). Sum of RGB (Red+Green+Blue) = 82+128+81=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #528051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528051 is #AD7FAE. Grayscale: #6D6D6D. Windows color (decimal): -11370415 or 5341266. OLE color: 5341266.

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

Color convert

RGB 82 128 81 -
CMYK 0.36 0 0.37 0.50
HSL 118.72º 0.22% 0.41% -
HSV(B) 118.72º 0.37% 0.5% -
XYZ 12.68 17.83 10.56 -
YUV 108.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 82 128 81 0.36 0 0.37 0.50 118.72 0.22 0.41
Hex 52 80 51 24 0 25 32 77 16 29
Octal 122 200 121 44 0 45 62 167 26 51
Binary 1010010 10000000 1010001 100100 0 100101 110010 1110111 10110 101001

Color Harmonies of #528051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528051

Black with #528051

Text Example


Text Example

White with #528051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528051; }

 p { color: rgb(82,128,81); }

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

background-color css

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

 a { background-color: rgb(82,128,81); }

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

border-color css

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

 span { border-color: rgb(82,128,81); }

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