#528150

Color #528150 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #528150

Tints of Killarney #528150

Color information

#528150 (or 0x528150) is unknown color: approx Killarney. HEX triplet: 52, 81 and 50. RGB value is (82,129,80). Sum of RGB (Red+Green+Blue) = 82+129+80=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #528150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528150 is #AD7EAF. Grayscale: #6D6D6D. Windows color (decimal): -11370160 or 5275986. OLE color: 5275986.

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

Color convert

RGB8212980-
CMYK0.3600.380.49
HSL117.55º23.44%40.98%-
HSV(B)117.55º37.98%50.59%-
XYZ12.7818.0710.4-
YUV109.36111.43108.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=28.18%
G=44.33%
B=27.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129800.3600.380.49117.5523.4440.98
Hex5281502402631761729
Octal12220112044046611662751
Binary10100101000000110100001001000100110110001111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528150; }

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

 H1.HeaderClassName
 {
   color: #528150;
 }
 .AnyTagClassName
 {
   color: #528150;
 }
</style>
background-color css

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

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

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

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

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

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