#537352

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

Shades of Killarney #537352

Tints of Killarney #537352

Color information

#537352 (or 0x537352) is unknown color: approx Killarney. HEX triplet: 53, 73 and 52. RGB value is (83,115,82). Sum of RGB (Red+Green+Blue) = 83+115+82=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #537352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537352 is #AC8CAD. Grayscale: #656565. Windows color (decimal): -11308206 or 5403475. OLE color: 5403475.

HSL color Cylindrical-coordinate representation of color #537352: hue angle of 118.18º 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 #537352 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB8311582-
CMYK0.2800.290.55
HSL118.18º16.75%38.63%-
HSV(B)118.18º28.7%45.1%-
XYZ11.2214.7110.23-
YUV101.67116.9114.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=29.64%
G=41.07%
B=29.29%

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
Decimal83115820.2800.290.55118.1816.7538.63
Hex5373521C01D37761127
Octal12316312234035671662147
Binary10100111110011101001011100011101110111111011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537352; }

 p { color: rgb(83,115,82); }

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

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

 a { background-color: rgb(83,115,82); }

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

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

 span { border-color: rgb(83,115,82); }

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