#56845B

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

Shades of Killarney #56845B

Tints of Killarney #56845B

Color information

#56845B (or 0x56845B) is unknown color: approx Killarney. HEX triplet: 56, 84 and 5B. RGB value is (86,132,91). Sum of RGB (Red+Green+Blue) = 86+132+91=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #56845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56845B is #A97BA4. Grayscale: #717171. Windows color (decimal): -11107237 or 5997654. OLE color: 5997654.

HSL color Cylindrical-coordinate representation of color #56845B: hue angle of 126.52º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56845B is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB8613291-
CMYK0.3500.310.48
HSL126.52º21.1%42.75%-
HSV(B)126.52º34.85%51.76%-
XYZ13.9819.2412.87-
YUV113.57115.26108.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=27.83%
G=42.72%
B=29.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86132910.3500.310.48126.5221.142.75
Hex56845B2301F307f152b
Octal12620413343037601772553
Binary1010110100001001011011100011011111110000111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56845B; }

 p { color: rgb(86,132,91); }

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

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

 a { background-color: rgb(86,132,91); }

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

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

 span { border-color: rgb(86,132,91); }

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