#527251

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

Shades of Killarney #527251

Tints of Killarney #527251

Color information

#527251 (or 0x527251) is unknown color: approx Killarney. HEX triplet: 52, 72 and 51. RGB value is (82,114,81). Sum of RGB (Red+Green+Blue) = 82+114+81=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #527251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527251 is #AD8DAE. Grayscale: #646464. Windows color (decimal): -11373999 or 5337682. OLE color: 5337682.

HSL color Cylindrical-coordinate representation of color #527251: hue angle of 118.18º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527251 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB8211481-
CMYK0.2800.290.55
HSL118.18º16.92%38.24%-
HSV(B)118.18º28.95%44.71%-
XYZ10.9814.429.99-
YUV100.67116.9114.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=29.60%
G=41.16%
B=29.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114810.2800.290.55118.1816.9238.24
Hex5272511C01D37761126
Octal12216212134035671662146
Binary10100101110010101000111100011101110111111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527251; }

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

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

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

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

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

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

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

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