#537254

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

Shades of Killarney #537254

Tints of Killarney #537254

Color information

#537254 (or 0x537254) is unknown color: approx Killarney. HEX triplet: 53, 72 and 54. RGB value is (83,114,84). Sum of RGB (Red+Green+Blue) = 83+114+84=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #537254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537254 is #AC8DAB. Grayscale: #656565. Windows color (decimal): -11308460 or 5534291. OLE color: 5534291.

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

Color convert

RGB8311484-
CMYK0.2700.260.55
HSL121.94º15.74%38.63%-
HSV(B)121.94º27.19%44.71%-
XYZ11.1814.5110.6-
YUV101.31118.23114.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=29.54%
G=40.57%
B=29.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114840.2700.260.55121.9415.7438.63
Hex5372541B01A377a1027
Octal12316212433032671722047
Binary10100111110010101010011011011010110111111101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537254; }

 p { color: rgb(83,114,84); }

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

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

 a { background-color: rgb(83,114,84); }

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

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

 span { border-color: rgb(83,114,84); }

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