Html Css Color HEX #528050 Killarney

📋 copy color: '#528050'

red 82 ◦ green 128 ◦ blue 80

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

Shades of Killarney #528050

Tints of Killarney #528050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 28.28%
G = 44.14%
B = 27.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#528050 (or 0x528050) is known color: Killarney. HEX triplet: 52, 80 and 50. RGB value is (82,128,80). Sum of RGB (Red+Green+Blue) = 82+128+80=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #528050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528050 is #AD7FAF. Grayscale: #6C6C6C. Windows color (decimal): -11370416 or 5275730. OLE color: 5275730.

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

Color convert

RGB 82 128 80 -
CMYK 0.36 0 0.38 0.50
HSL 117.5º 0.23% 0.41% -
HSV(B) 117.5º 0.38% 0.5% -
XYZ 12.65 17.81 10.36 -
YUV 108.77 111.76 108.9 -
System Red Green Blue C M Y K H S L
Decimal 82 128 80 0.36 0 0.38 0.50 117.5 0.23 0.41
Hex 52 80 50 24 0 26 32 76 17 29
Octal 122 200 120 44 0 46 62 166 27 51
Binary 1010010 10000000 1010000 100100 0 100110 110010 1110110 10111 101001

Color Harmonies of #528050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528050

Black with #528050

Text Example


Text Example

White with #528050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528050; }

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

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

background-color css

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

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

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

border-color css

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

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

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