#537252

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

Shades of Killarney #537252

Tints of Killarney #537252

Color information

#537252 (or 0x537252) is unknown color: approx Killarney. HEX triplet: 53, 72 and 52. RGB value is (83,114,82). Sum of RGB (Red+Green+Blue) = 83+114+82=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #537252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537252 is #AC8DAD. Grayscale: #656565. Windows color (decimal): -11308462 or 5403219. OLE color: 5403219.

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

Color convert

RGB8311482-
CMYK0.2700.280.55
HSL118.12º16.33%38.43%-
HSV(B)118.12º28.07%44.71%-
XYZ11.1114.4810.19-
YUV101.08117.23115.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=29.75%
G=40.86%
B=29.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114820.2700.280.55118.1216.3338.43
Hex5372521B01C37761026
Octal12316212233034671662046
Binary10100111110010101001011011011100110111111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537252; }

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

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

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

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

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

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

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

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