#56735B

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

Shades of Killarney #56735B

Tints of Killarney #56735B

Color information

#56735B (or 0x56735B) is unknown color: approx Killarney. HEX triplet: 56, 73 and 5B. RGB value is (86,115,91). Sum of RGB (Red+Green+Blue) = 86+115+91=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #56735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56735B is #A98CA4. Grayscale: #676767. Windows color (decimal): -11111589 or 5993302. OLE color: 5993302.

HSL color Cylindrical-coordinate representation of color #56735B: hue angle of 130.34º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56735B is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB8611591-
CMYK0.2500.210.55
HSL130.34º14.43%39.41%-
HSV(B)130.34º25.22%45.1%-
XYZ11.861512.17-
YUV103.59120.89115.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=29.45%
G=39.38%
B=31.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86115910.2500.210.55130.3414.4339.41
Hex56735B190153782e27
Octal12616313331025672021647
Binary10101101110011101101111001010101110111100000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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