#527454

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

Shades of Killarney #527454

Tints of Killarney #527454

Color information

#527454 (or 0x527454) is unknown color: approx Killarney. HEX triplet: 52, 74 and 54. RGB value is (82,116,84). Sum of RGB (Red+Green+Blue) = 82+116+84=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #527454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527454 is #AD8BAB. Grayscale: #666666. Windows color (decimal): -11373484 or 5534802. OLE color: 5534802.

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

Color convert

RGB8211684-
CMYK0.2900.280.55
HSL123.53º17.17%38.82%-
HSV(B)123.53º29.31%45.49%-
XYZ11.3314.9210.67-
YUV102.19117.74113.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=29.08%
G=41.13%
B=29.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116840.2900.280.55123.5317.1738.82
Hex5274541D01C377c1127
Octal12216412435034671742147
Binary10100101110100101010011101011100110111111110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527454; }

 p { color: rgb(82,116,84); }

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

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

 a { background-color: rgb(82,116,84); }

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

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

 span { border-color: rgb(82,116,84); }

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