#537152

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

Shades of Killarney #537152

Tints of Killarney #537152

Color information

#537152 (or 0x537152) is unknown color: approx Killarney. HEX triplet: 53, 71 and 52. RGB value is (83,113,82). Sum of RGB (Red+Green+Blue) = 83+113+82=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #537152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537152 is #AC8EAD. Grayscale: #646464. Windows color (decimal): -11308718 or 5402963. OLE color: 5402963.

HSL color Cylindrical-coordinate representation of color #537152: hue angle of 118.06º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537152 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB8311382-
CMYK0.2700.270.56
HSL118.06º15.9%38.24%-
HSV(B)118.06º27.43%44.31%-
XYZ1114.2610.16-
YUV100.5117.56115.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=29.86%
G=40.65%
B=29.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83113820.2700.270.56118.0615.938.24
Hex5371521B01B38761026
Octal12316112233033701662046
Binary10100111110001101001011011011011111000111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537152; }

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

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

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

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

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

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

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

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